Skip to content

Commit

Permalink
ci(build_release): use home dir for workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
1Conan committed Oct 13, 2022
1 parent 1e048a5 commit 2cd7eef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
- riscv64-linux-musl
- x86_64-w64-mingw32
- i686-w64-mingw32
container: muslcc/x86_64:${{ matrix.triple }}
container:
image: muslcc/x86_64:${{ matrix.triple }}
volumes:
- /github/home:/workspace
env:
TRIPLE: ${{ matrix.triple }}
TOOLCHAIN: ${{ matrix.triple }}-cross
Expand Down

0 comments on commit 2cd7eef

Please sign in to comment.