Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michabirklbauer committed Apr 15, 2024
1 parent 8153367 commit 1fc3aa1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@ jobs:
uses: actions/checkout@v4
- name: Install dependencies
run: |
apt-get update && apt-get install -y curl g++
apt-get update && apt-get install -y curl \
g++ \
libc6 \
libgcc-s1 \
libgssapi-krb5-2 \
libicu72 \
libssl1.1 \
libstdc++6 \
zlib1g
- name: Install NET
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit 1fc3aa1

Please sign in to comment.