changed CI container for rust
Some checks failed
CI / tests (push) Failing after 4m10s

This commit is contained in:
2025-07-14 22:43:18 +02:00
parent 7ad39decb6
commit bdeabb39f9

View File

@ -8,7 +8,7 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
container: catthehacker/ubuntu:rust-latest
steps:
- name: Checkout
uses: actions/checkout@v4