File tree 1 file changed +7
-0
lines changed 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 4
4
branches : [master]
5
5
pull_request :
6
6
types : [opened, synchronize, reopened]
7
+ # needed to allow julia-actions/cache to delete old caches that it has created
8
+ permissions :
9
+ actions : write
10
+ contents : read
7
11
jobs :
8
12
build-linux :
9
13
name : Julia - ${{ github.event_name }}
18
22
with :
19
23
version : " 1.7"
20
24
arch : x64
25
+ - uses : julia-actions/cache@v2
21
26
- name : build
22
27
run : |
23
28
julia --color=yes -e 'using Pkg; Pkg.add("BinaryBuilder")'
43
48
with :
44
49
version : " 1"
45
50
arch : x64
51
+ - uses : julia-actions/cache@v2
46
52
- uses : julia-actions/julia-buildpkg@v1
47
53
- uses : actions/download-artifact@v4
48
54
with :
55
61
- shell : julia --color=yes {0}
56
62
run : |
57
63
using Pkg
64
+ Pkg.add(Pkg.PackageSpec(; path = ENV["GITHUB_WORKSPACE"]))
58
65
Pkg.develop(; path="/home/runner/.julia/dev/SCIP_jll")
59
66
Pkg.test("SCIP")
You can’t perform that action at this time.
0 commit comments