Skip to content

Commit

Permalink
[#48058] GH Actions: Switched to using the Debian container
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <[email protected]>
  • Loading branch information
glatosinski committed Mar 2, 2024
1 parent 86e39e1 commit 98caf83
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,20 @@ on:
branches: [main]

jobs:
readme-tests:
cancel-previous-job:
runs-on: ubuntu-latest
steps:
- name: Cancel previous
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
readme-tests:
runs-on: ubuntu-latest
container:
image: debian:bullseye
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'
lfs: true
Expand Down

0 comments on commit 98caf83

Please sign in to comment.