From fc6f99d49842a9a7d1f9904ab769220cd73d252f Mon Sep 17 00:00:00 2001 From: gal kahana Date: Wed, 27 Dec 2023 11:40:24 +0200 Subject: [PATCH] conf: updates to xmake config per #242 (#246) * conf: updates to xmake config per #242 * had dual vscode files filtering --- .github/workflows/ci-xmake-linux.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-xmake-linux.yml b/.github/workflows/ci-xmake-linux.yml index c8c099f2..356d4c1d 100644 --- a/.github/workflows/ci-xmake-linux.yml +++ b/.github/workflows/ci-xmake-linux.yml @@ -1,10 +1,10 @@ -name: Build on linux +name: xmake on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] workflow_dispatch: jobs: @@ -21,7 +21,7 @@ jobs: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/.xmake-global" >> "${{ github.env }}" - uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: v2.8.3 + xmake-version: v2.8.6 - name: update repo run: xmake repo -u - uses: actions/checkout@v3