Skip to content

Commit 394db7f

Browse files
committed
Build twice
1 parent 9ba9b7c commit 394db7f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Build App
3232
run: dotnet build Rubjerg.Graphviz.sln --configuration Release --no-restore
3333

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+
3437
- name: Debug Intermediate Output
3538
run: ls -la /home/runner/work/Graphviz.NetWrapper/Graphviz.NetWrapper/Rubjerg.Graphviz/Resources
3639

0 commit comments

Comments
 (0)