Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthapz committed Feb 6, 2024
1 parent d6835a9 commit 037b2bb
Show file tree
Hide file tree
Showing 2 changed files with 6 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 https://github.com/Arthapz/xmake.git#modules

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

- name: Retrieve dependencies hash
id: dep_hash
run: echo "hash=$(xmake l utils.ci.packageskey)" | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding utf8 -Append
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
- name: Update xmake to patched xmake
run: xmake update -s https://github.com/Arthapz/xmake.git#modules

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

- name: Retrieve dependencies hash
id: dep_hash
run: echo "hash=$(xmake l utils.ci.packageskey)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 037b2bb

Please sign in to comment.