mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-12 01:51:34 +11:00
Use $HOME rather than ~ (#36)
This commit is contained in:
parent
5a6483548b
commit
9adbfbe275
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -12,9 +12,9 @@ env:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
CARGO_TARGET_DIR: ~/target
|
||||
steps:
|
||||
- name: Set CARGO_TARGET_DIR
|
||||
run: echo "CARGO_TARGET_DIR=$HOME/target" >> $GITHUB_ENV
|
||||
- name: Install build tools
|
||||
run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi -y
|
||||
- name: Install mgba 0.9
|
||||
|
|
Loading…
Reference in a new issue