Skip to content

Commit bfb1a30

Browse files
upd odr ci
1 parent 9bc6ebb commit bfb1a30

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/secure_zero_odr.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@ jobs:
1414
sudo apt-get update
1515
sudo apt-get install -y build-essential
1616
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-
2617
- name: Build secure_zero conflict sample
2718
run: |
2819
g++ -std=c++11 -Wall -Wextra -pedantic -DHMAC_CPP_STATIC -Iinclude \

0 commit comments

Comments
 (0)