diff options
author | Rutger Broekhoff | 2023-12-04 20:09:47 +0100 |
---|---|---|
committer | Rutger Broekhoff | 2023-12-04 20:09:47 +0100 |
commit | ab5af4606e0af3fdf24ab1d6640ab0577cc6dffd (patch) | |
tree | 8f5651cb47b7151dd45d0ae16974987039cf24d6 /.github/workflows/main.yml | |
parent | 97028ba6f45587bafa66cf8596ba1f23ffadf619 (diff) | |
download | zig-nkeys-ab5af4606e0af3fdf24ab1d6640ab0577cc6dffd.tar.gz zig-nkeys-ab5af4606e0af3fdf24ab1d6640ab0577cc6dffd.zip |
Fix CI
I am aware that changing these variables to be constants is not required
for the next Zig release, but thought it would be nice to already have
it done and clean in general.
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 544d23a..b752627 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 --edge | 15 | run: sudo snap install zig --classic |
16 | 16 | ||
17 | - uses: actions/checkout@v2 | 17 | - uses: actions/checkout@v2 |
18 | 18 | ||