Skip to content

Commit

Permalink
Update rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Sep 22, 2024
1 parent f167d67 commit 88e46a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
apt-get install tree -y --no-install-recommends
docker container run --rm \
--volume ${{ github.workspace }}:/src \
--user root:root \
--user $(id --user):$(id --group) \
hustcer/rust-cross-freebsd:latest build \
--release --all --target x86_64-unknown-freebsd
tree target
Expand Down

0 comments on commit 88e46a4

Please sign in to comment.