1 parent 9bc6ebb commit bfb1a30Copy full SHA for bfb1a30
1 file changed
.github/workflows/secure_zero_odr.yml
@@ -14,15 +14,6 @@ jobs:
14
sudo apt-get update
15
sudo apt-get install -y build-essential
16
17
- - name: Check inline API decorations
18
- run: |
19
- if rg --no-heading --line-number "^\s*inline[^{;]*HMAC_CPP_API" include; then
20
- echo "Detected inline functions annotated with HMAC_CPP_API (expected failure)"
21
- else
22
- echo "No inline functions annotated with HMAC_CPP_API were found"
23
- exit 1
24
- fi
25
-
26
- name: Build secure_zero conflict sample
27
run: |
28
g++ -std=c++11 -Wall -Wextra -pedantic -DHMAC_CPP_STATIC -Iinclude \
0 commit comments