Skip to content

Commit

Permalink
try fix action build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
VeroFess committed Feb 13, 2024
1 parent f776ba4 commit f104cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: vcpkg
with:
pkgs: folly hyperscan
triplet: x64-windows-static-release
triplet: x64-windows
token: ${{ github.token }}
github-binarycache: true
- uses: xmake-io/github-action-setup-xmake@master
Expand All @@ -32,5 +32,5 @@ jobs:
run: git submodule update --init --recursive

- name: build project
run: xmake -y
run: xmake -y -vD

0 comments on commit f104cbb

Please sign in to comment.