Skip to content

Commit

Permalink
another issue with release
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Nov 30, 2024
1 parent 97fe400 commit f9d35fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# Build with our recently-built static cfitsio
export CFITSIO_STATIC=1
# Don't build against the host CPU
rm .cargo/config.toml
[ -f .cargo/config.toml ] && rm .cargo/config.toml
# Don't make it look like the git tree is dirty because we aren't
# building against the host CPU
perl -0777 -pe 's/let dirty = .*\n.*\n.*\n.*/let dirty = "";/' src/cli/mod.rs
Expand Down

0 comments on commit f9d35fc

Please sign in to comment.