aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2023-12-04 20:11:19 +0100
committerLibravatar Rutger Broekhoff2023-12-04 20:11:19 +0100
commit2ee6e4a8d062f303d9abddb37551b9ae39630433 (patch)
tree2366bb5d84ac0508a76605b85b0d5cd71579b5f0 /.github/workflows
parentab5af4606e0af3fdf24ab1d6640ab0577cc6dffd (diff)
downloadzig-nkeys-0.5.1.tar.gz
zig-nkeys-0.5.1.zip
Third time might be the charm0.5.1
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml2
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