Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lithiumtoast committed Aug 6, 2023
1 parent ce32f95 commit dd1b232
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
shell: bash
run: dotnet tool install --global bottlenoselabs.C2CS.Tool

- name: "Install Linux dependencies"
if: runner.os == 'Linux' && steps.cache-libs.outputs.cache-hit != 'true'
run: sudo apt-get update

- name: "Build native libraries"
if: steps.cache-libs.outputs.cache-hit != 'true'
shell: bash
Expand Down

0 comments on commit dd1b232

Please sign in to comment.