Skip to content

Commit

Permalink
Fix container definition for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Jun 16, 2022
1 parent 1ba2928 commit 7f72484
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@ jobs:
- opensuse/leap:15
- opensuse/tumbleweed:latest
fail-fast: false
name: Run setup on ${{ container.os }}
name: Run setup on ${{ container }}
runs-on: ubuntu-latest
container:
image: ${{ container }}
steps:
- uses: actions/checkout@v3
- name: Run setup.sh
Expand Down

0 comments on commit 7f72484

Please sign in to comment.