Skip to content

Commit

Permalink
conf: updates to xmake config per #242 (#246)
Browse files Browse the repository at this point in the history
* conf: updates to xmake config per #242

* had dual vscode files filtering
  • Loading branch information
galkahana committed Dec 27, 2023
1 parent e806bc6 commit fc6f99d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .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:
Expand All @@ -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
Expand Down

0 comments on commit fc6f99d

Please sign in to comment.