Skip to content

Commit

Permalink
Pin xmake and update repository
Browse files Browse the repository at this point in the history
  • Loading branch information
agersant committed Jul 12, 2024
1 parent ba9483c commit edc94bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
xmake-version: "2.9.3"
- name: Update xmake repository
run: xmake repo --update
- name: Run Tests
run: .\scripts\test.ps1
- name: Compile & Package Mod
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
- name: Setup xmake
uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
xmake-version: "2.9.3"
- name: Update xmake repository
run: xmake repo --update
- name: Compile & Package
run: .\scripts\release.ps1
- name: Make Github release
Expand Down

0 comments on commit edc94bb

Please sign in to comment.