Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rows-of-houses authored Oct 29, 2023
1 parent 70441eb commit 0377f09
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install prereqs
- name: Install prereqs and build
run: |
sudo apt update
chmod +x prereqs.sh
./prereqs.sh
- name: Build
run: |
chmod +x prereqs.sh
chmod +x ./build.sh
./build.sh
./prereqs.sh && ./build.sh

0 comments on commit 0377f09

Please sign in to comment.