We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadb005 commit c298104Copy full SHA for c298104
.github/workflows/dotnet.yml
@@ -22,6 +22,7 @@ jobs:
22
run: |
23
sudo apt-get update
24
sudo apt-get install -y libgdiplus
25
+ sudo ln -sf /usr/lib/libgdiplus.so /usr/lib/gdiplus.dll
26
27
- name: Check Tag
28
id: check-tag
0 commit comments