Skip to content

Commit

Permalink
fixup! fixup! Clean generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed Aug 26, 2024
1 parent 1731521 commit a54a348
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
popd
- name: Clean generated files
run: rm ${{env.GENERATED_FILES}}
shell: bash
run: rm -v ${{env.GENERATED_FILES}}

- name: Build
# Add additional options to the MSBuild command line here (like platform or verbosity level).
Expand Down

0 comments on commit a54a348

Please sign in to comment.