We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e776f75 commit 0866790Copy full SHA for 0866790
.github/workflows/test.yml
@@ -92,17 +92,10 @@ jobs:
92
matrix:
93
test: ${{ fromJSON(needs.find-vm-tests.outputs.tests) }}
94
steps:
95
- - run: |
96
- sudo rm -rf /usr/share/dotnet
97
- sudo rm -rf /usr/local/lib/android
98
- sudo rm -rf /opt/ghc
99
- sudo rm -rf /opt/hostedtoolcache/CodeQL
100
- sudo docker image prune --all --force
101
- uses: actions/checkout@v4
102
- - name: Set up QEMU
103
- uses: docker/setup-qemu-action@v3
104
- with:
105
- platforms: arm64
+ - uses: wimpysworld/nothing-but-nix
+ - name: QEMU static binaries
+ run: sudo apt-get install qemu-user-static
106
- uses: cachix/install-nix-action@v31
107
with:
108
nix_path: nixpkgs=channel:nixos-unstable
0 commit comments