Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
npv2k1 committed Feb 2, 2024
1 parent fa3c30f commit b9b5fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-dev-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

find-jobs:
name: Find Jobs
container: debian:buster-slim
runs-on: ubuntu-latest
outputs:
folders: ${{ steps.jobs.outputs.folders }}
steps:
Expand All @@ -22,8 +22,8 @@ jobs:

matrix:
name: Matrix Jobs
runs-on: ubuntu-latest
needs: [find-jobs]
container: ubuntu
defaults:
run:
working-directory: ${{ matrix.folder }}
Expand Down

0 comments on commit b9b5fa4

Please sign in to comment.