Skip to content

Commit 198f62c

Browse files
authored
Merge pull request #640 from psychon/ci-clear-protocol
CI: clear the `src/protocol` directory before running the generator
2 parents 3138340 + 38b34d4 commit 198f62c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
with:
2121
profile: minimal
2222
toolchain: stable
23+
- name: Clear src/protocol directory
24+
run: rm src/protocol/*
2325
- name: Run code generator
2426
run: make
2527
- name: Check for changes

0 commit comments

Comments
 (0)