Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qudix committed Nov 22, 2024
1 parent 3169f14 commit d20df6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_ci_xmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
xmake-version: "latest"

- name: Configure
run: xmake config -y --mode=${{ matrix.mode }} --vs_toolset=14.41
run: xmake config -y --mode=${{ matrix.mode }} --vs_toolset=14

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

0 comments on commit d20df6a

Please sign in to comment.