Skip to content

Commit

Permalink
Set JULIA_DEPOT_PATH to a writable directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Oct 17, 2024
1 parent 33a03e1 commit b9de062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
release-platform: ${{ matrix.LCG }}
run: |
echo "::group::Run CMake"
export JULIA_DEPOT_PATH=$(mktemp -d -p)
mkdir build install
cd build
cmake -DENABLE_SIO=ON \
Expand Down

0 comments on commit b9de062

Please sign in to comment.