diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-29 11:44:10 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-29 11:44:10 -0600 |
| commit | 422ecf6963d71e2e01cf810cb60baf52d46aae5a (patch) | |
| tree | 22b9f8db70a98156fd1efca3be6bb844657f4d1f | |
| parent | 2e7450877d91689d4d17ab6eefdc8db901c37692 (diff) | |
chore: remove the mise activate step
| -rwxr-xr-x | bin/cibuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/cibuild b/bin/cibuild index d964678..1bdb3d2 100755 --- a/bin/cibuild +++ b/bin/cibuild @@ -11,7 +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 "$(mise activate bash)" mise install ./bin/test |
