diff options
| author | Opportunity <[email protected]> | 2020-07-17 12:38:43 +0800 |
|---|---|---|
| committer | Opportunity <[email protected]> | 2020-07-17 12:38:43 +0800 |
| commit | fda816fd096d24111187990bd13c2a0ec6649bdb (patch) | |
| tree | 8a6d3d7db59b5759c7c764d707a7d4f372a9795f | |
| parent | d02834b3cc34d2331182a91a7196549dce1a9e1d (diff) | |
use local
| -rw-r--r-- | .github/workflows/linux.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/macos.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/windows.yml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index cc058266b..d78fe289d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -4,7 +4,7 @@ on: pull_request: push: release: - types: published + types: [published] jobs: build: @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v1 - uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: ${{ github.repository }}#sha@${{ github.sha }} + xmake-version: local# - uses: mihails-strasuns/[email protected] with: compiler: dmd-latest diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 736844b0f..03b14f3e1 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -4,7 +4,7 @@ on: pull_request: push: release: - types: published + types: [published] jobs: build: @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v1 - uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: ${{ github.repository }}#sha@${{ github.sha }} + xmake-version: local# - uses: mihails-strasuns/[email protected] with: compiler: dmd-latest diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9cce0ae20..bd566e027 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -4,7 +4,7 @@ on: pull_request: push: release: - types: published + types: [published] jobs: build: @@ -19,7 +19,7 @@ jobs: - uses: xmake-io/github-action-setup-xmake@v1 with: # this is not supported, use dev branch instead - # xmake-version: ${{ github.repository }}#sha@${{ github.sha }} + # xmake-version: local# xmake-version: branch@dev - uses: mihails-strasuns/[email protected] with: |
