Skip to content

Commit

Permalink
chore/workflow: fix nanocl release
Browse files Browse the repository at this point in the history
  • Loading branch information
leon3s committed Nov 2, 2023
1 parent 1d34f17 commit 66b7597
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/draft_nightly_nanocl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
run: |
if [ "$PKG_ARCH" = "arm64" ]; then
export RUSTFLAGS="-C target-feature=+crt-static"
export CC=aarch64-none-elf-gcc
else
export RUSTFLAGS="-C target-feature=+crt-static"
fi
Expand Down
3 changes: 0 additions & 3 deletions bin/nanocl/.cargo/config.toml

This file was deleted.

0 comments on commit 66b7597

Please sign in to comment.