Skip to content

Commit f9d35fc

Browse files
committed
another issue with release
1 parent 97fe400 commit f9d35fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
# Build with our recently-built static cfitsio
8585
export CFITSIO_STATIC=1
8686
# Don't build against the host CPU
87-
rm .cargo/config.toml
87+
[ -f .cargo/config.toml ] && rm .cargo/config.toml
8888
# Don't make it look like the git tree is dirty because we aren't
8989
# building against the host CPU
9090
perl -0777 -pe 's/let dirty = .*\n.*\n.*\n.*/let dirty = "";/' src/cli/mod.rs

0 commit comments

Comments
 (0)