aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2023-12-04 20:19:18 +0100
committerLibravatar Rutger Broekhoff2023-12-04 20:20:00 +0100
commita50016c7481b4c8613e03af136d93309c6b30400 (patch)
treedc7679467776395958e98caa68aa210711548e8b /.github/workflows
parent2ee6e4a8d062f303d9abddb37551b9ae39630433 (diff)
downloadzig-nkeys-a50016c7481b4c8613e03af136d93309c6b30400.tar.gz
zig-nkeys-a50016c7481b4c8613e03af136d93309c6b30400.zip
Update code for Zig dev
This code was tested on zig-dev-bin-1:0.12.0_dev.1773+8a8fd47d2-1 (AUR)
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 47b2ee8..544d23a 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 --beta 15 run: sudo snap install zig --classic --edge
16 16
17 - uses: actions/checkout@v2 17 - uses: actions/checkout@v2
18 18