Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sniper00 committed Aug 18, 2024
1 parent 984a56b commit 49e3a85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ubuntu-latest:
needs: init
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -108,6 +109,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
macos-clang:
needs: init
runs-on: macos-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 49e3a85

Please sign in to comment.