From f8a02b30e4d07654b6f19c63b7987ba40f9fc54f Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Fri, 2 Aug 2024 14:00:17 +0000 Subject: [PATCH] remove container --- .github/workflows/dependencies_matches.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/dependencies_matches.yaml b/.github/workflows/dependencies_matches.yaml index f56edc2..6f55fe0 100644 --- a/.github/workflows/dependencies_matches.yaml +++ b/.github/workflows/dependencies_matches.yaml @@ -7,8 +7,6 @@ on: [push] jobs: wownero-seed: runs-on: ubuntu-latest - container: - image: debian:bookworm steps: - uses: actions/checkout@v4 with: @@ -45,8 +43,6 @@ jobs: matrix: coin: [monero, wownero] runs-on: ubuntu-latest - container: - image: debian:bookworm steps: - uses: actions/checkout@v4 with: