Skip to content

Commit 1a46d65

Browse files
committed
Fix aws-lc-rs CI test when symbols removed
1 parent 12ae13a commit 1a46d65

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/aws-lc-rs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ jobs:
5252
working-directory: ./aws-lc-rs
5353
run: |
5454
cargo test -p aws-lc-sys --features bindgen
55+
- name: Delete current symbol files and headers
56+
working-directory: ./aws-lc-rs
57+
run: |
58+
rm -rf ./aws-lc-sys/symbols/* ./aws-lc-sys/generated-include/*
59+
mkdir -p ./aws-lc-sys/symbols ./aws-lc-sys/generated-include
5560
- name: Collect symbols
5661
working-directory: ./aws-lc-rs
5762
run: |

0 commit comments

Comments
 (0)