Skip to content

Commit

Permalink
Build after testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Feb 18, 2024
1 parent 1f59128 commit 1af805c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
run: |
cd _includes/samples
for SAMPLE_DIR in $(ls); do
echo "Building ${SAMPLE_DIR}..."
cd "${SAMPLE_DIR}"
psp-cmake .
make
Expand All @@ -46,6 +47,7 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
needs: test
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 1af805c

Please sign in to comment.