typo in name for checkout action
Some checks failed
Build / build (push) Failing after 13s

This commit is contained in:
2025-07-27 17:46:56 +02:00
parent 8b946e3423
commit a296b509ae

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest-slim
steps:
- name: Check out repository
uses: actions:checkout@v4
uses: actions/checkout@v4
- run: wget http://localhost:8081/repository/ziglang.org/download/0.14.1/zig-x86_64-linux-0.14.1.tar.xz
- run: tar xfv zig-x86_64-linux-0.14.1.tar.xz
- run: mv zig-x86_64-linux-0.14.1/zig .zig