Skip to content

Commit

Permalink
AMEND ME LATER
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Sep 19, 2023
1 parent 542ece8 commit 216bced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
run: |
target_dir="target"
if (( "$(date +%w)" % 2 == 0 )); then
sudo apt install -y musl-dev musl-tools
echo "ci_cargo_target=--target=x86_64-unknown-linux-musl" >> $GITHUB_ENV
echo "rust_cache_key=musl" >> $GITHUB_ENV
target_dir="${target_dir}/x86_64-unknown-linux-musl"
Expand Down

0 comments on commit 216bced

Please sign in to comment.