Skip to content

Commit

Permalink
bump vcpkg and use more robust libsodium config
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Jul 23, 2024
1 parent 61dd3aa commit 0a79a47
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@ runs:
using: "composite"
steps:
- name: macOS tools
if: runner.os == 'macOS'
shell: bash
run: brew install autoconf autoconf-archive automake
run: brew install autoconf autoconf-archive automake pkg-config

- name: windows tools
if: runner.os == 'Windows'
shell: bash
run: choco install pkgconfiglite

- name: simple build
run: echo "target = ${{ inputs.target }}"
Expand Down

0 comments on commit 0a79a47

Please sign in to comment.