Skip to content

Commit

Permalink
next (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan authored Jun 16, 2024
1 parent a3e5377 commit 1a8cca7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
MKN_LIB_LINK_LIB: 1
KUL_GIT_CO: --depth 1
run: |
brew install ccache
mkdir ~/.maiken && cp res/mkn/clang.yml ~/.maiken/settings.yaml
KLOG=3 ./mkn build -dtKO 2 -W 9 -g 0
KLOG=3 ./mkn build -dtOp test_mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

release:
name: "Prelease"
needs: [build, build_many_linux]
needs: [build, build_many_linux, build_arm_macos, build_x86_macos]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 1a8cca7

Please sign in to comment.