diff options
| author | ruki <[email protected]> | 2022-02-17 23:34:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-02-17 23:34:33 +0800 |
| commit | bf15cc2a9c3f734463202f7cf14c439c7039396c (patch) | |
| tree | 54ccd1879e69cf7b5a8df7d4055c7146684c39bf | |
| parent | 4f95a3d8fbcbadabcecf71fb902c90c75693e433 (diff) | |
fix ci
| -rw-r--r-- | .github/workflows/archlinux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/archlinux.yml b/.github/workflows/archlinux.yml index 035433687..d7c2dac54 100644 --- a/.github/workflows/archlinux.yml +++ b/.github/workflows/archlinux.yml @@ -9,7 +9,7 @@ on: jobs: build: - container: archlinux:base-devel + container: archlinux:base-devel-20220102.0.42924 runs-on: ubuntu-latest concurrency: |
