Skip to content

Commit

Permalink
refactor(ci): use alpine runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 24, 2024
1 parent 7ee1aa0 commit 7700366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
check-coding-style:
runs-on: ubuntu-latest
container: ghcr.io/viennatools/vienna-builder:vtk
container: ghcr.io/viennatools/vienna-builder:python

steps:
- name: 📥 Checkout
Expand All @@ -22,7 +22,7 @@ jobs:

- name: 📋 Install additional dependencies
if: ${{ github.event.inputs.debug == 'true' }}
run: sudo dnf install -y tmate
run: apk add tmate

- name: 🐛 Debug Issues
if: ${{ github.event.inputs.debug == 'true' }}
Expand Down

0 comments on commit 7700366

Please sign in to comment.