We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3138340 + 38b34d4 commit 198f62cCopy full SHA for 198f62c
.github/workflows/CI.yml
@@ -20,6 +20,8 @@ jobs:
20
with:
21
profile: minimal
22
toolchain: stable
23
+ - name: Clear src/protocol directory
24
+ run: rm src/protocol/*
25
- name: Run code generator
26
run: make
27
- name: Check for changes
0 commit comments