Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
wannkunstbeikor committed Jul 29, 2024
2 parents b1b5189 + a312356 commit 71c0ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
run: |
set -x
pacman -S --needed --noconfirm pactoys
pacboy -S --needed --noconfirm openssl meson gcc
pacboy -S --needed --noconfirm openssl:p meson:p clang:p
- name: Configure
run: |
set -x
cd Crypto
meson build
CC=clang CXX=clang++ meson setup build
- name: Build
run: |
cd Crypto/build
Expand Down

0 comments on commit 71c0ae2

Please sign in to comment.