diff options
author | Rutger Broekhoff | 2023-12-04 20:19:18 +0100 |
---|---|---|
committer | Rutger Broekhoff | 2023-12-04 20:20:00 +0100 |
commit | a50016c7481b4c8613e03af136d93309c6b30400 (patch) | |
tree | dc7679467776395958e98caa68aa210711548e8b /.github/workflows/main.yml | |
parent | 2ee6e4a8d062f303d9abddb37551b9ae39630433 (diff) | |
download | zig-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/main.yml')
-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 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 | ||