Skip to content

Commit

Permalink
No need to install zlib dev
Browse files Browse the repository at this point in the history
  • Loading branch information
arenekosreal committed Dec 6, 2024
1 parent 338b22c commit f37fb14
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ jobs:
- name: "Fix long path on windows"
if: matrix.os == 'windows-latest'
run: "git config --system core.longpaths true"
- name: "Prepare depends for AoT on Linux"
if: matrix.os == 'ubuntu-latest' && matrix.aot == 'true'
run: |
sudo apt-get update -y
sudo apt-get install -y zlib1g-dev
- name: "Checkout"
uses: "actions/checkout@v4"
- name: "Setup .NET"
Expand Down

0 comments on commit f37fb14

Please sign in to comment.