Skip to content

Commit

Permalink
fixup! Dev LibCImGui.jl in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Jun 9, 2024
1 parent 895f950 commit 42bfbfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- run: |
julia --project=. -e 'import Pkg; Pkg.develop(PackageSpec(path="LibCImGui.jl"))'
julia --project=. -e 'using Pkg; Pkg.develop(PackageSpec(path="LibCImGui.jl"))'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/[email protected]
Expand All @@ -60,7 +60,7 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- run: |
julia --project=. -e 'import Pkg; Pkg.develop(PackageSpec(path="LibCImGui.jl"))'
julia --project=. -e 'using Pkg; Pkg.develop(PackageSpec(path="LibCImGui.jl"))'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
Expand Down

0 comments on commit 42bfbfb

Please sign in to comment.