Skip to content

Commit 40491ea

Browse files
committed
Force BaseModelica.jl#main for testing
1 parent 4db2f3b commit 40491ea

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,13 @@ jobs:
4949
version: ${{ matrix.version }}
5050
arch: ${{ matrix.arch }}
5151
- uses: julia-actions/cache@v3
52-
- uses: julia-actions/julia-buildpkg@v1
52+
- name: Build package
53+
run: |
54+
julia --project=. -e '
55+
using Pkg
56+
Pkg.add(name="BaseModelica", rev="main")
57+
Pkg.instantiate()
58+
'
5359
- uses: julia-actions/julia-runtest@v1
5460

5561
sanity:
@@ -82,7 +88,13 @@ jobs:
8288
version: '1.12'
8389
arch: x64
8490
- uses: julia-actions/cache@v3
85-
- uses: julia-actions/julia-buildpkg@v1
91+
- name: Build package
92+
run: |
93+
julia --project=. -e '
94+
using Pkg
95+
Pkg.add(name="BaseModelica", rev="main")
96+
Pkg.instantiate()
97+
'
8698
8799
- name: Sanity check ChuaCircuit
88100
run: |

0 commit comments

Comments
 (0)