Skip to content

Commit b01970e

Browse files
committed
make clean
1 parent 3641b6e commit b01970e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
github_access_token: ${{ secrets.GITHUB_TOKEN }}
2323

2424
- name: Build using Nix
25-
run: nix develop .#wasm --command bash -c "make"
25+
run: nix develop .#wasm --command bash -c "make clean && make"
2626

2727
- name: Upload artifact
2828
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)