Skip to content

Commit

Permalink
CI: clear the src/protocol directory before running the generator
Browse files Browse the repository at this point in the history
This would allow to detect if some unwanted garbage got into that directory
  • Loading branch information
eduardosm committed Oct 6, 2021
1 parent 3df4a76 commit 38b34d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Expand Up @@ -20,6 +20,8 @@ jobs:
with:
profile: minimal
toolchain: stable
- name: Clear src/protocol directory
run: rm src/protocol/*
- name: Run code generator
run: make
- name: Check for changes
Expand Down

0 comments on commit 38b34d4

Please sign in to comment.