Browse Source

zig update: update zarc

Jonathan Marler 3 years ago
parent
commit
faceefceb6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/artifact.yml
  2. 1 1
      build2.zig

+ 1 - 1
.github/workflows/artifact.yml

@@ -11,7 +11,7 @@ jobs:
       - uses: actions/checkout@v2
       - uses: goto-bus-stop/setup-zig@v1
         with:
-          version: 0.10.0-dev.104+e7ac05e88
+          version: 0.10.0-dev.555+1b6a1e691
       - run: |
           zig build test -Dfetch
         shell: bash

+ 1 - 1
build2.zig

@@ -107,7 +107,7 @@ fn addZigupExe(
         const zarc_repo = GitRepoStep.create(b, .{
             .url = "https://github.com/marler8997/zarc",
             .branch = "protected",
-            .sha = "f66a05a50c71e17ee74fa13047f84002fb5cd6a0",
+            .sha = "acd3f4b7fe1fbd2ac533f441f85a56bfaa489f49",
         });
         exe.step.dependOn(&zarc_repo.step);
         const zarc_repo_path = zarc_repo.getPath(&exe.step);