Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ober committed Nov 4, 2023
1 parent a4081df commit 2c79bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Prepare build
run: mkdir build && tree
run: mkdir build && tree && pwd
- name: Phing Build
uses: phingofficial/phing-github-action@main
- name: Done
Expand Down

0 comments on commit 2c79bb5

Please sign in to comment.