Skip to content

Commit

Permalink
ci: fix cirrus job
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Jan 18, 2024
1 parent 6adb5d5 commit 6bad7bf
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ task:
- chmod +x "$PWD/bin/7z"
- brew install 7zip
- mkdir -p "$HOME/bin"
- curl https://rtx.pub/rtx-latest-macos-arm64 > "$HOME/bin/rtx"
- chmod +x "$HOME/bin/rtx"
- echo "PATH=$HOME/bin:$PATH" >> $CIRRUS_ENV
- echo "RTX_TRUSTED_CONFIG_PATHS="$PWD/.rtx.toml"
- echo "RTX_YES="yes"
- curl https://mise.jdx.dev/install.sh | sh
- echo "PATH=$HOME/.local/share/mise/bin:$PATH" >> $CIRRUS_ENV
- echo "PATH=$HOME/.local/share/mise/shims:$PATH" >> $CIRRUS_ENV
- echo "MISE_TRUSTED_CONFIG_PATHS="$PWD/.mise.toml"
- echo "MISE_YES="yes"
- export PATH=$HOME/bin:$PATH
- rtx install
- for path in $(rtx bin-paths); do export PATH="$path:$PATH"; done
- mise install
- mix local.hex --force
- mix local.rebar --force
- mix deps.get
Expand Down

0 comments on commit 6bad7bf

Please sign in to comment.