diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-29 11:00:14 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-29 11:00:14 -0600 |
| commit | 12f083f2f13865f9d506955a98cbab48c58fce0b (patch) | |
| tree | c1009ae0187212f376348409bd278fc605f3eb0a | |
| parent | 47d8b4a6f851ba0ff57f4573436a40f982268324 (diff) | |
chore: activate and install tools
| -rwxr-xr-x | bin/cibuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/cibuild b/bin/cibuild index e8f2eaa..54e8abf 100755 --- a/bin/cibuild +++ b/bin/cibuild @@ -6,4 +6,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)" +mise install ./bin/test |
