diff options
| author | mo khan <mo@mokhan.ca> | 2025-03-14 10:31:48 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-03-14 10:31:48 -0600 |
| commit | b3958d65398ffa2ef4ad3ee236c77f940807584e (patch) | |
| tree | 21efa7566ed675cbeb47fa7a20a647c527d6fd70 | |
| parent | 2d5999be91546586e082230e779d97ddf3c6f030 (diff) | |
chore: switch to pure debian
| -rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bca46da0..8c93756f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,8 @@ test: - image: golang:1.24-bookworm + image: debian:bookworm script: - apt-get update -y - - apt-get install -y build-essential chromium nodejs npm ruby-bundler ruby-dev libffi-dev zlib1g-dev libyaml-dev + - apt-get install -y build-essential chromium curl libffi-dev zlib1g-dev libyaml-dev - curl https://mise.run | sh - ~/.local/bin/mise install - echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc |
