diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 94bcc52..ff91414 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,6 +11,8 @@ jobs: uses: actions/checkout@v4 - uses: xmake-io/github-action-setup-xmake@v1 + with: + xmake-version: branch@master - run: | xmake repo -u diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a9ec2d..37d77b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,8 @@ jobs: uses: actions/checkout@v4 - uses: xmake-io/github-action-setup-xmake@v1 + with: + xmake-version: branch@master - run: | xmake repo -u