We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450f449 commit 5bdc542Copy full SHA for 5bdc542
.github/workflows/ci.yml
@@ -254,9 +254,11 @@ jobs:
254
- name: Test
255
run: cargo test --release --all-features
256
257
- - name: Package
258
- # --allow-dirty is required on the windows build (but not the ubuntu build?!)
259
- run: cargo package --verbose --allow-dirty --all-features
+ # disable for now, as this started to cause random failures like "error: attempt to get status of nonexistent file 'zint/backend/rss.c'"
+ # this is apparently related with the used symlinks
+ # - name: Package
260
+ # # --allow-dirty is required on the windows build (but not the ubuntu build?!)
261
+ # run: cargo package --verbose --allow-dirty --all-features
262
263
build-wasm:
264
runs-on: ubuntu-latest
0 commit comments