Skip to content

Commit

Permalink
Add in the build dev step
Browse files Browse the repository at this point in the history
  • Loading branch information
davisadam10 committed Aug 3, 2024
1 parent 2baf4d2 commit 289c2bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@ jobs:
brew update
brew install pkg-config autoconf automake autoconf-archive
# Run build_dev.sh script
- name: Run build_dev.sh script
run: |
chmod +x build_dev.sh
./build_dev.sh

0 comments on commit 289c2bb

Please sign in to comment.