Skip to content

Commit

Permalink
mount
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Nov 13, 2023
1 parent 751af36 commit 5194b50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
target: base
- name: Update Julia dependencies
run: >
docker run --rm -e JULIA_PKG_PRECOMPILE_AUTO=0
docker run --rm -w /tmp -v ${{ github.workspace }}:/tmp
-e JULIA_PKG_PRECOMPILE_AUTO=0
${{ env.IMG_NAME }}
julia --color=yes --project=@. -e 'import Pkg; Pkg.update()'
# Authenticate with a custom GitHub APP
Expand Down

0 comments on commit 5194b50

Please sign in to comment.