Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha authored Jan 8, 2023
1 parent 16265a0 commit 8d9fe10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
artifact_name: install
archive_ext: .*
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: 'recursive'
persist-credentials: false
Expand All @@ -27,6 +27,7 @@ jobs:
run: |
set -x
rm -rf build/ || { exit 1 && echo "[FAIL]: build dir"; }
mkdir -p build/
make
bash build/install
Expand Down

0 comments on commit 8d9fe10

Please sign in to comment.