mirror of
https://github.com/izzy2lost/docker-android.git
synced 2026-06-19 01:16:28 -07:00
Update build-sm64.yml
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user