Skip to content

Commit

Permalink
try fix not-found
Browse files Browse the repository at this point in the history
  • Loading branch information
jingkaimori committed Sep 30, 2023
1 parent cb3cecd commit 0bcd5ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/xmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,19 @@ jobs:
env:
# Force xmake to a specific folder (for cache)
XMAKE_GLOBALDIR: "${{ github.workspace }}/.xmake-global"
NEEDRESTART_MODE: a
steps:
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: v2.8.3
- name: update repo
run: |
xrepo update-repo
- name: (Linux) Install some necessary packages
if: runner.os == 'Linux'
run: |
sudo apt update
sudo apt install libasound2-dev libpulse-mainloop-glib0
- uses: actions/checkout@v2
with:
fetch-depth: 1
Expand Down

0 comments on commit 0bcd5ea

Please sign in to comment.