fixed the CI config
Some checks failed
Rust Build / build (push) Failing after 2s

This commit is contained in:
okhsunrog 2024-11-29 02:43:32 +03:00
parent 62f39e5025
commit b92011b219

View file

@ -8,7 +8,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: docker
container:
image: ubuntu:22
steps:
- uses: actions/checkout@v3