diff options
| author | ruki <[email protected]> | 2020-04-29 23:29:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-29 14:57:18 +0800 |
| commit | 56989b9cc2e0ed8edab2d7a12de781e842b2dd2f (patch) | |
| tree | fba2cadb6107fed15bc40e2cd3563ee5e3853d54 | |
| parent | c78ca90c13be23c6650816144fc8739c4cf685b2 (diff) | |
fix github ci
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 300978feb..ad71a1e53 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v1 - uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: branch@${GITHUB_REF##*/} + xmake-version: branch@dev - name: tests run: | xmake lua -v -D tests/run.lua |
