CI: Let just handle 'ci' user creation
Some checks are pending
/ verify (push) Waiting to run

This commit is contained in:
Juno Takano 2026-03-21 00:08:33 -03:00
commit 8ad006320d
2 changed files with 2 additions and 5 deletions

View file

@ -34,9 +34,6 @@ jobs:
- name: Setup additional tooling
run: .forgejo/workflows/setup-tools.sh
- name: Create 'test' user
run: useradd -m ci
- name: Build
run: just ci build

4
Cargo.lock generated
View file

@ -854,9 +854,9 @@ dependencies = [
[[package]]
name = "rustls-webpki"
version = "0.103.9"
version = "0.103.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef"
dependencies = [
"ring",
"rustls-pki-types",