Skip to content

Commit

Permalink
ci/ssl: use tools repo and new assets
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Oct 2, 2023
1 parent 51e3c4d commit 40eac4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Download pre-compiled OpenSSL/LibreSSL
run: |
wget "https://github.com/baresip/ci/releases/download/v0.2/assets.tar.gz"
wget "https://github.com/baresip/tools/releases/download/v0.3/assets.tar.gz"
tar -xf assets.tar.gz
- name: make
run: cmake -B build -DCMAKE_C_FLAGS="-Werror" && cmake --build build -j

0 comments on commit 40eac4a

Please sign in to comment.