Skip to content

Commit

Permalink
ci(gleam): fix .cache creation
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed Jun 23, 2024
1 parent a8d95f5 commit c0995f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/citools/common/gh-setup-env
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ main() {

printf "Setup Gleam symlinks for github user:\n"
cd "${HOME}" || track_errors
if [[ ! -d .pyenv ]]; then
if [[ ! -d .cache ]]; then
mkdir .cache || track_errors
ln -sv "/usr/local/rebar3" .cache/rebar3 || track_errors
fi
Expand Down

0 comments on commit c0995f8

Please sign in to comment.