Skip to content

Commit

Permalink
fixup for Conda
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Feb 6, 2024
1 parent f0d6524 commit bbcc7c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: '1'
- name: "Manually add Conda.jl folder due to bug in its build step"
run: |
mkdir -p "/home/runner/.julia/conda/3/x86_64"
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
Expand Down

0 comments on commit bbcc7c0

Please sign in to comment.