Skip to content

Commit 6736be6

Browse files
committed
Update
1 parent 545306a commit 6736be6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_test_windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
- uses: julia-actions/cache@v2
4747
- uses: julia-actions/julia-buildpkg@v1
4848
- shell: julia --color=yes --project=. {0}
49+
run: |
4950
import SCIP_jll
5051
SCIP_jll.dev_jll()
5152
rm("/home/runner/.julia/dev/SCIP_jll/override/"; recursive = true)
@@ -55,6 +56,7 @@ jobs:
5556
name: artifacts
5657
path: /home/runner/.julia/dev/SCIP_jll/override
5758
- shell: julia --color=yes --project=. {0}
59+
run: |
5860
@show readdir("/home/runner/.julia/dev/SCIP_jll/override/")
5961
using Pkg
6062
Pkg.test("SCIP")

0 commit comments

Comments
 (0)