ci: update CI workflow to use new container image
Some checks failed
CI / test-build (pull_request) Failing after 40s

This commit is contained in:
We ball 2025-02-12 11:16:48 +01:00
parent c8fd5d34ce
commit 2ba8666730
Signed by: jank1619
GPG Key ID: 22BEAC760B3333D6

View File

@ -7,6 +7,8 @@ jobs:
test-build: test-build:
name: test-build name: test-build
runs-on: remote runs-on: remote
container:
image: catthehacker/ubuntu:act-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2 - uses: oven-sh/setup-bun@v2