Skip to content

Commit

Permalink
fix: arch linux workflow (#617)
Browse files Browse the repository at this point in the history
* chore: add arch linux workflow

* test: pacman install packages for test

* test: add 3.0-archlinux-release.yml
  • Loading branch information
sangshuduo committed Mar 14, 2023
1 parent ad1a32b commit 92fc089
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/3.0-archlinux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ jobs:
if: |
(steps.changed-files-specific.outputs.any_changed == 'true'
&& github.event_name == 'pull_request')
|| github.event_name == 'push'
run: |
git fetch origin +refs/pull/${{env.PR_NUMBER}}/merge
git checkout -qf FETCH_HEAD
Expand Down

0 comments on commit 92fc089

Please sign in to comment.