diff options
| author | ruki <[email protected]> | 2021-10-21 00:28:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-21 00:28:37 +0800 |
| commit | bceaaa3f9f350fb5e53fc7f6c81ad1f74ef72059 (patch) | |
| tree | 268ae670852e3b3b4d7864df7c8836118da25bf2 /.github/workflows | |
| parent | 1c861cdfb827f8a5f2fe4db414bbe200dea82009 (diff) | |
fix archlinux ci
Diffstat (limited to '.github/workflows')
| -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 2c13dd367..c9fb04cb4 100644 --- a/.github/workflows/archlinux.yml +++ b/.github/workflows/archlinux.yml @@ -9,7 +9,7 @@ on: jobs: build: - container: archlinux:latest + container: archlinux:base-devel runs-on: ubuntu-latest concurrency: |
