Skip to content

Commit

Permalink
Update build_shared.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ricboer0 authored Nov 15, 2024
1 parent 29218ec commit 3d76d51
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build_shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
build-linux-amd64:
name: Build Linux Shared Library
runs-on: ubuntu-latest

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -94,7 +95,8 @@ jobs:
build-windows-amd64:
name: Build Windows Shared Library
runs-on: windows-latest

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -141,7 +143,8 @@ jobs:
build-macos-arm64:
name: Build macOS Arm64 Shared Library
runs-on: macos-latest

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 3d76d51

Please sign in to comment.