We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97fe400 commit f9d35fcCopy full SHA for f9d35fc
.github/workflows/releases.yml
@@ -84,7 +84,7 @@ jobs:
84
# Build with our recently-built static cfitsio
85
export CFITSIO_STATIC=1
86
# Don't build against the host CPU
87
- rm .cargo/config.toml
+ [ -f .cargo/config.toml ] && rm .cargo/config.toml
88
# Don't make it look like the git tree is dirty because we aren't
89
# building against the host CPU
90
perl -0777 -pe 's/let dirty = .*\n.*\n.*\n.*/let dirty = "";/' src/cli/mod.rs
0 commit comments