Skip to content

Commit a89f184

Browse files
committed
Try running nix on ubuntu.
1 parent c204bfd commit a89f184

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/run-wasm.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@ on:
99
jobs:
1010
run-wasm:
1111
runs-on: ubuntu-latest
12-
container:
13-
image: nixos/nix:latest
1412
steps:
1513
- uses: actions/checkout@v4
1614

17-
- name: Enable flakes
18-
run: |
19-
mkdir -p ~/.config/nix
20-
echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
15+
- name: Install Nix
16+
uses: cachix/install-nix-action@v24
17+
with:
18+
extra_nix_config: |
19+
experimental-features = nix-command flakes
2120
2221
- name: Run script in flake environment
2322
run: |

0 commit comments

Comments
 (0)