diff options
Diffstat (limited to '.github/workflows')
| -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 | ||