Skip to content

Commit

Permalink
simplify ci
Browse files Browse the repository at this point in the history
  • Loading branch information
master-hax authored Dec 26, 2024
1 parent 1c6b0d3 commit 3df5ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Dependencies
run: sudo apt-get install -y tar shellcheck
- name: Checkout
uses: actions/checkout@v4
- name: Shellcheck
run: sudo apt-get install -y shellcheck && make shellcheck
- name: Build
run: make PBG_VERSION=${{ github.ref_name }}
- name: Release
Expand Down

0 comments on commit 3df5ae3

Please sign in to comment.