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 3641b6e commit b01970eCopy full SHA for b01970e
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
github_access_token: ${{ secrets.GITHUB_TOKEN }}
23
24
- name: Build using Nix
25
- run: nix develop .#wasm --command bash -c "make"
+ run: nix develop .#wasm --command bash -c "make clean && make"
26
27
- name: Upload artifact
28
uses: actions/upload-pages-artifact@v3
0 commit comments