We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba9b7c commit 394db7fCopy full SHA for 394db7f
.github/workflows/ci-linux.yml
@@ -31,6 +31,9 @@ jobs:
31
- name: Build App
32
run: dotnet build Rubjerg.Graphviz.sln --configuration Release --no-restore
33
34
+ - name: Build App Another Time because dot net sucks and cannot see the native dependencies the first time
35
+ run: dotnet build Rubjerg.Graphviz.sln --configuration Release --no-restore
36
+
37
- name: Debug Intermediate Output
38
run: ls -la /home/runner/work/Graphviz.NetWrapper/Graphviz.NetWrapper/Rubjerg.Graphviz/Resources
39
0 commit comments