diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-29 11:13:57 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-29 11:13:57 -0600 |
| commit | 90de6093619db3401c7c275fb0a128a71ddd562d (patch) | |
| tree | 17a62277a2b8a94df7d1555b292b2ffd1b4d1b2e | |
| parent | 3170b3ed27a0f971a42256f8eb7c550011f0920a (diff) | |
chore: discover mise via $PATH
| -rwxr-xr-x | bin/cibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cibuild b/bin/cibuild index e4ba6b2..a992895 100755 --- a/bin/cibuild +++ b/bin/cibuild @@ -11,6 +11,6 @@ wget -qO - https://mise.jdx.dev/gpg-key.pub | gpg --dearmor | tee /etc/apt/keyri echo "deb [signed-by=/etc/apt/keyrings/mise-archive-keyring.gpg arch=amd64] https://mise.jdx.dev/deb stable main" | tee /etc/apt/sources.list.d/mise.list apt update apt install -y mise -eval "$(~/.local/bin/mise activate bash)" +eval "$(mise activate bash)" mise install ./bin/test |
