Try using the ubuntu-latest
image, which should include the necessary packages.
Some checks failed
Release / Release (push) Failing after 0s
Some checks failed
Release / Release (push) Failing after 0s
This commit is contained in:
parent
d8c5fc8678
commit
330b71cb71
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ jobs:
|
||||||
release:
|
release:
|
||||||
name: Release
|
name: Release
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue