mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-06-03 13:42:04 -04:00
fix gentoo image
This commit is contained in:
parent
c39e6c4423
commit
37cc611e3f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/Linux.yml
vendored
2
.github/workflows/Linux.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
Linux:
|
||||
strategy:
|
||||
matrix:
|
||||
os: ["ubuntu:latest", "debian:latest", "almalinux:latest", "fedora:latest", "centos:latest", "opensuse/leap:latest", "alpine:latest", "oraclelinux:8", "kalilinux/kali", "archlinux:latest", "mageia", "gentoo/stage3-amd64"]
|
||||
os: ["ubuntu:latest", "debian:latest", "almalinux:latest", "fedora:latest", "centos:latest", "opensuse/leap:latest", "alpine:latest", "oraclelinux:8", "kalilinux/kali", "archlinux:latest", "mageia", "gentoo/stage3"]
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
TEST_LOCAL: 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue