manifold container is updated, let's try plan M
This commit is contained in:
parent
a5696dd764
commit
f239338989
|
|
@ -8,8 +8,6 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: rust
|
||||
container:
|
||||
image: rust:bookworm
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
steps:
|
||||
|
|
@ -30,7 +28,6 @@ jobs:
|
|||
runs-on: rust
|
||||
container:
|
||||
options: --dns 172.16.255.254
|
||||
image: rust:bookworm
|
||||
strategy:
|
||||
matrix:
|
||||
bot: [ BADGEY, M5_COMPUTER ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue