Skip to content

Commit

Permalink
update Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthapz committed Feb 6, 2024
1 parent fe45e00 commit 58e2e54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Windows-LLVM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ jobs:
- name: Update xmake to patched xmake
run: xmake update -s github:Arthapz/xmake#modules

- name: Set xmake env
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append

- name: Update xmake repository
run: xmake repo --update -vD

Expand Down

0 comments on commit 58e2e54

Please sign in to comment.