Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
fsoikin committed Jul 20, 2024
1 parent 3fc0c91 commit eb93d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: "22"

- name: Install & build
run: npm install && npx spago build
run: npm cache clean --force && npm install && npx spago build

- name: Build and test project
run: ./run_tests.sh
Expand Down

0 comments on commit eb93d96

Please sign in to comment.