Skip to content

Commit

Permalink
Update github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
harrison314 committed Nov 17, 2023
1 parent fc9c337 commit 26aa4a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
with:
name: linux-native-libs
path: build_linux
- name: Setup dotnet 8.0
uses: actions/setup-dotnet@v2
with:
dotnet-version: '8.0'
- name: Run './build.cmd BuildAll'
run: ./build.cmd BuildAll
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 26aa4a9

Please sign in to comment.