add -e to docker run command
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
docker run --rm \
|
docker run --rm \
|
||||||
-u $(id -u):$(id -g) \
|
-u $(id -u):$(id -g) \
|
||||||
-v "$PWD":/app \
|
-v "$PWD":/app \
|
||||||
- HOME=/tmp \
|
-e HOME=/tmp \
|
||||||
slang-builder \
|
slang-builder \
|
||||||
cargo test --manifest-path rust_compiler/Cargo.toml --workspace --all-targets
|
cargo test --manifest-path rust_compiler/Cargo.toml --workspace --all-targets
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@ jobs:
|
|||||||
- name: Build Release Artifacts
|
- name: Build Release Artifacts
|
||||||
run: |
|
run: |
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-u $(id -u):$(id -g) \
|
-u $(id -u):$(id -g) \
|
||||||
-v "$PWD":/app \
|
-v "$PWD":/app \
|
||||||
-v "/home/github-runner/permanent-refs":/app/csharp_mod/refs \
|
-v "/home/github-runner/permanent-refs":/app/csharp_mod/refs \
|
||||||
-e HOME=/tmp \
|
-e HOME=/tmp \
|
||||||
|
|||||||
Reference in New Issue
Block a user