Skip to content

Commit 0866790

Browse files
committed
try nothing-but-nix
1 parent e776f75 commit 0866790

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,10 @@ jobs:
9292
matrix:
9393
test: ${{ fromJSON(needs.find-vm-tests.outputs.tests) }}
9494
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
10195
- uses: actions/checkout@v4
102-
- name: Set up QEMU
103-
uses: docker/setup-qemu-action@v3
104-
with:
105-
platforms: arm64
96+
- uses: wimpysworld/nothing-but-nix
97+
- name: QEMU static binaries
98+
run: sudo apt-get install qemu-user-static
10699
- uses: cachix/install-nix-action@v31
107100
with:
108101
nix_path: nixpkgs=channel:nixos-unstable

0 commit comments

Comments
 (0)