Skip to content

Commit

Permalink
temporarily disable goto-bus-stop caching
Browse files Browse the repository at this point in the history
  • Loading branch information
kubkon committed Feb 25, 2024
1 parent b0103c6 commit 4c645a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: goto-bus-stop/setup-zig@v2
with:
version: master
cache: false
- run: zig version
- run: zig fmt --check src
- run: zig build test -Dhas-static -Dhas-zig -Dhas-objc-msgsend-stubs
Expand All @@ -32,6 +33,7 @@ jobs:
- uses: goto-bus-stop/setup-zig@v2
with:
version: master
cache: false
- run: zig version
- run: zig build test -Dhas-static -Dhas-zig

Expand All @@ -43,6 +45,7 @@ jobs:
- uses: goto-bus-stop/setup-zig@v2
with:
version: master
cache: false
- run: sudo apt-get install -y musl-tools
- run: zig version
- run: CC=musl-gcc zig build test -Dhas-static -Dmusl
Expand All @@ -55,6 +58,7 @@ jobs:
- uses: goto-bus-stop/setup-zig@v2
with:
version: master
cache: false
- run: sudo apt-get install -y clang
- run: zig version
- run: CC=clang zig build test -Dhas-static -Dsystem-compiler=clang

0 comments on commit 4c645a4

Please sign in to comment.