Skip to content

Commit

Permalink
Fix jobs missing libgdiplus
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Oct 14, 2024
1 parent cbf4016 commit 9ad5884
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
name: Build ReleaseNotes for Other Jobs
runs-on: ubuntu-latest
steps:
- name: Install Native Dependencies
run: |
sudo apt-get update
sudo apt-get install -y libgdiplus
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
Expand Down Expand Up @@ -84,6 +89,11 @@ jobs:
env:
TGS_TELEMETRY_KEY_FILE: /tmp/tgs_telemetry_key.txt
steps:
- name: Install Native Dependencies
run: |
sudo apt-get update
sudo apt-get install -y libgdiplus
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit 9ad5884

Please sign in to comment.