Skip to content

Commit

Permalink
adding a container
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Aug 27, 2024
1 parent f66284d commit 48f20ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-13]

runs-on: ${{matrix.os}}
container: ${{ matrix.os == 'ubuntu-latest' && 'ghcr.io/f3d-app/f3d-ci' || null }}

steps:

Expand Down

0 comments on commit 48f20ea

Please sign in to comment.