We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981a088 commit 12350d2Copy full SHA for 12350d2
.github/workflows/build-helper.yml
@@ -43,7 +43,7 @@ jobs:
43
sudo snap refresh
44
- name: Install Zig (not Mac)
45
if: matrix.platform != 'darwin'
46
- uses: mlugg/setup-zig@v1
+ uses: mlugg/setup-zig@v2
47
48
# The pre-installed version of the AWS CLI has a segfault problem so we'll install it via Homebrew instead.
49
- name: Upgrade AWS CLI (Mac only)
.github/workflows/testdriver-build.yml
@@ -64,7 +64,7 @@ jobs:
64
version: 3.x
65
repo-token: ${{ secrets.GITHUB_TOKEN }}
66
- name: Install Zig
67
68
69
- name: Build
70
run: task package
0 commit comments