diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-08-02 14:00:17 +0000 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-08-02 14:00:17 +0000 |
| commit | f8a02b30e4d07654b6f19c63b7987ba40f9fc54f (patch) | |
| tree | 0be451946dd0b4f3a14a4df8a09058aca830264e | |
| parent | b4cb23c3817c961d6b524d6814b24ffdb596f954 (diff) | |
remove container
| -rw-r--r-- | .github/workflows/dependencies_matches.yaml | 4 |
1 files changed, 0 insertions, 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: |
