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 ae30600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
release-platform: ${{ matrix.LCG }}
run: |
echo "::group::Run CMake"
export JULIA_DEPOT_PATH="$(mktemp -d -p /tmp -t julia_depot_XXXXX):"
mkdir build install
cd build
cmake -DENABLE_SIO=ON \
Expand Down
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 /tmp -t julia_depot_XXXXX):"
mkdir build install
cd build
cmake -DENABLE_SIO=ON \
Expand Down

0 comments on commit ae30600

Please sign in to comment.