Skip to content

Commit

Permalink
update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sniper00 committed Aug 29, 2024
1 parent 18780e0 commit b875275
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macos-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
- name: Installing premake5
uses: Jarod42/install-premake5@v1
- name: Build
run: |
brew install premake
premake5 build
- name: Test
run: chmod +x moon && ./moon test/main_test.lua

0 comments on commit b875275

Please sign in to comment.