diff options
author | Rutger Broekhoff | 2023-12-04 20:11:19 +0100 |
---|---|---|
committer | Rutger Broekhoff | 2023-12-04 20:11:19 +0100 |
commit | 2ee6e4a8d062f303d9abddb37551b9ae39630433 (patch) | |
tree | 2366bb5d84ac0508a76605b85b0d5cd71579b5f0 /.github | |
parent | ab5af4606e0af3fdf24ab1d6640ab0577cc6dffd (diff) | |
download | zig-nkeys-2ee6e4a8d062f303d9abddb37551b9ae39630433.tar.gz zig-nkeys-2ee6e4a8d062f303d9abddb37551b9ae39630433.zip |
Third time might be the charm0.5.1
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b752627..47b2ee8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
@@ -12,7 +12,7 @@ jobs: | |||
12 | runs-on: ubuntu-latest | 12 | runs-on: ubuntu-latest |
13 | steps: | 13 | steps: |
14 | - name: Install the latest Zig version | 14 | - name: Install the latest Zig version |
15 | run: sudo snap install zig --classic | 15 | run: sudo snap install zig --classic --beta |
16 | 16 | ||
17 | - uses: actions/checkout@v2 | 17 | - uses: actions/checkout@v2 |
18 | 18 | ||