Merge pull request #14 from dbidwell94/cicd
Fix build.yml to include a mapping of /home/dbidwell to /tmp
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -29,6 +29,7 @@ jobs:
|
||||
docker run --rm \
|
||||
-u $(id -u):$(id -g) \
|
||||
-v "$PWD":/app \
|
||||
-e HOME=/tmp \
|
||||
slang-builder \
|
||||
cargo test --manifest-path rust_compiler/Cargo.toml --workspace --all-targets
|
||||
|
||||
@@ -52,6 +53,7 @@ jobs:
|
||||
-u $(id -u):$(id -g) \
|
||||
-v "$PWD":/app \
|
||||
-v "/home/github-runner/permanent-refs":/app/csharp_mod/refs \
|
||||
-e HOME=/tmp \
|
||||
slang-builder \
|
||||
./build.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user