diff options
| author | Opportunity <[email protected]> | 2020-06-30 10:30:42 +0800 |
|---|---|---|
| committer | Opportunity <[email protected]> | 2020-06-30 10:30:42 +0800 |
| commit | b76ea912de376644af7e46347cb5770788efd156 (patch) | |
| tree | c84721aaa220e3d18037b88b2b4a24208752a3cf /.github/workflows/linux.yml | |
| parent | 761d86e8804754630c122c65c3fba0d501bf0d89 (diff) | |
improve actions for forked repos
Diffstat (limited to '.github/workflows/linux.yml')
| -rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 57242d1b1..1cc42d3a4 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v1 - uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: sha@${{ github.sha }} + xmake-version: ${{ github.repository }}#sha@${{ github.sha }} - uses: mihails-strasuns/[email protected] with: compiler: dmd-latest |
