From 56989b9cc2e0ed8edab2d7a12de781e842b2dd2f Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 29 Apr 2020 23:29:33 +0800 Subject: fix github ci --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1