diff options
| author | Opportunity <[email protected]> | 2020-07-17 12:47:57 +0800 |
|---|---|---|
| committer | Opportunity <[email protected]> | 2020-07-17 12:47:57 +0800 |
| commit | bfa27afb47a791059688a8ce78922394405780b0 (patch) | |
| tree | 3b7cad9b739b2f010402715f5a4686c70f81ce59 /.github/workflows/linux.yml | |
| parent | fda816fd096d24111187990bd13c2a0ec6649bdb (diff) | |
use checkout v2
Diffstat (limited to '.github/workflows/linux.yml')
| -rw-r--r-- | .github/workflows/linux.yml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d78fe289d..0475978a1 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -12,10 +12,14 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 + with: + submodules: true + - name: prepare local xmake + run: cp -rf . ../xmake-source - uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: local# + xmake-version: local#../xmake-source - uses: mihails-strasuns/[email protected] with: compiler: dmd-latest @@ -32,7 +36,6 @@ jobs: run: | sudo apt-get install -y ruby ruby-dev rubygems build-essential sudo gem install --no-document fpm - git submodule update --init scripts/makepkg deb # upload artifacts - uses: actions/upload-artifact@v2 |
