summaryrefslogtreecommitdiff
path: root/.github/workflows/linux.yml
diff options
context:
space:
mode:
authorOpportunity <[email protected]>2020-07-17 12:38:43 +0800
committerOpportunity <[email protected]>2020-07-17 12:38:43 +0800
commitfda816fd096d24111187990bd13c2a0ec6649bdb (patch)
tree8a6d3d7db59b5759c7c764d707a7d4f372a9795f /.github/workflows/linux.yml
parentd02834b3cc34d2331182a91a7196549dce1a9e1d (diff)
use local
Diffstat (limited to '.github/workflows/linux.yml')
-rw-r--r--.github/workflows/linux.yml4
1 files changed, 2 insertions, 2 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