瀏覽代碼

CI: Pull image from the GitHub container registry

pull/824/head
Matthew Martin 3 年之前
父節點
當前提交
dffe304567
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .github/workflows/test.yml

+ 1
- 1
.github/workflows/test.yml 查看文件

@ -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

Loading…
取消
儲存