Skip to content

Commit

Permalink
Fix syntax error in release wf (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRT authored Jan 14, 2024
1 parent 01cc71c commit 339c88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
mv ${{matrix.sys.os}}-library.tar.gz '${{github.workspace}}/'.
- name: Run the testsuite
run: julia --color=yes --project -e 'import Pkg; Pkg.add(Pkg.PackageSpec(url="https://github.com/OpenModelica/Absyn.jl.git", rev="master")); Pkg.test("Absyn"); Pkg.test("OMParser")
run: julia --color=yes --project -e 'import Pkg; Pkg.add(Pkg.PackageSpec(url="https://github.com/OpenModelica/Absyn.jl.git", rev="master")); Pkg.test("Absyn"); Pkg.test("OMParser")'

- name: upload library
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 339c88f

Please sign in to comment.