Update build-sm64.yml

This commit is contained in:
izzy2lost
2025-03-08 18:55:21 -05:00
committed by GitHub
parent 8db82437c5
commit afa9a016f0
+11 -7
View File
@@ -15,12 +15,14 @@ jobs:
uses: actions/checkout@v4
- name: Install Nix and Devenv
uses: cachix/install-nix-action@v26
- name: Install Devenv
run: |
nix profile install nixpkgs#devenv
uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@v26
- uses: cachix/cachix-action@v14
with:
name: devenv
- name: Build the Devenv shell and run any pre-commit hooks
run: devenv test
@@ -28,10 +30,12 @@ jobs:
run: devenv shell hello
- name: Run a multi-line command in the Devenv shell
shell: devenv shell bash -- -e {0}
shell: bash
run: |
devenv shell bash -- -e <<EOF
hello
say-bye
EOF
- name: Install Android Emulator (AArch64 & ARMv7)
run: |