Use $HOME rather than ~ (#36)

This commit is contained in:
Corwin 2021-05-30 21:02:11 +01:00 committed by GitHub
parent 5a6483548b
commit 9adbfbe275
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,9 +12,9 @@ env:
jobs: jobs:
build: build:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
env:
CARGO_TARGET_DIR: ~/target
steps: steps:
- name: Set CARGO_TARGET_DIR
run: echo "CARGO_TARGET_DIR=$HOME/target" >> $GITHUB_ENV
- name: Install build tools - name: Install build tools
run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi -y run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi -y
- name: Install mgba 0.9 - name: Install mgba 0.9