Skip to content

Commit

Permalink
fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek committed Jan 29, 2025
1 parent 16bad55 commit 6a06095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
- name: Install
run: |
wget https://raw.githubusercontent.com/shreemaan-abhishek/apisix-build-tools/refs/heads/12711/build-apisix-runtime.sh
chmod +x build-apisix-base.sh
chmod +x build-apisix-runtime.sh
OR_PREFIX=$OPENRESTY_PREFIX CC="clang -fsanitize=address -fcolor-diagnostics -Qunused-arguments" \
cc_opt="-Werror" ./build-apisix-base.sh latest
cc_opt="-Werror" ./build-apisix-runtime.sh latest
- name: Script
Expand Down

0 comments on commit 6a06095

Please sign in to comment.