Skip to content

Commit f57f0af

Browse files
author
Janis Erdmanis
committed
fix JuliaC installation
1 parent 6c2bcf0 commit f57f0af

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install dependencies
4646
run: julia --project=meta -e 'using Pkg; Pkg.instantiate()'
4747
- name: Install JuliaC
48-
run: julia -e 'using Pkg; Pkg.Apps.add("JuliaC", version="2.3")'
48+
run: julia -e 'using Pkg; Pkg.Apps.add(name = "JuliaC", version="0.2.3")'
4949
- name: Build
5050
env:
5151
PASSWORD: ${{ matrix.os == 'macos' && secrets.MACOS_PFX_PASSWORD || matrix.os == 'windows' && secrets.WINDOWS_PFX_PASSWORD || '' }}

meta/Manifest.toml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)