Skip to content

Commit

Permalink
update gh ai, lock xmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
fasiondog committed Apr 29, 2024
1 parent f5cfd00 commit ed3fcb5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@master
xmake-version: 2.9.1
actions-cache-folder: '.xmake-cache'

- name: Installation musl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@master
xmake-version: 2.9.1
actions-cache-folder: '.xmake-cache'
actions-cache-key: 'ubuntu'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@master
xmake-version: 2.9.1

- name: configure
shell: cmd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@master
xmake-version: 2.9.1
actions-cache-folder: '.xmake-cache'

- name: configure
Expand Down

0 comments on commit ed3fcb5

Please sign in to comment.