Procházet zdrojové kódy

CI: Pull image from the GitHub container registry

pull/824/head
Matthew Martin před 3 roky
rodič
revize
dffe304567
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      .github/workflows/test.yml

+ 1
- 1
.github/workflows/test.yml Zobrazit soubor

@ -53,7 +53,7 @@ jobs:
- 4.3.12
- 4.3.11
container:
image: zshusers/zsh:${{ matrix.version }}
image: ghcr.io/zsh-users/zsh:${{ matrix.version }}
steps:
- uses: actions/checkout@v2
- run: install_packages bsdmainutils make procps

Načítá se…
Zrušit
Uložit