From ab5af4606e0af3fdf24ab1d6640ab0577cc6dffd Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Mon, 4 Dec 2023 20:09:47 +0100 Subject: 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. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/main.yml') 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: runs-on: ubuntu-latest steps: - name: Install the latest Zig version - run: sudo snap install zig --classic --edge + run: sudo snap install zig --classic - uses: actions/checkout@v2 -- cgit v1.2.3