Skip to content

Commit

Permalink
ci: Use Alpine instead of Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanViknar committed Nov 5, 2024
1 parent 6a1cd5d commit 84230f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
create-zip-package:
runs-on: ubuntu-latest

container: # We use the latest Arch Linux image, as we need the latest version of blueprint-compiler. We need make, so base-devel has to be used.
image: ghcr.io/archlinux/archlinux:base-devel
container:
image: ghcr.io/linuxcontainers/alpine:latest

steps:
- name: Checkout repository
Expand All @@ -22,7 +22,7 @@ jobs:
${{ runner.os }}-bun-

- name: Install dependencies
run: pacman -Syu --noconfirm blueprint-compiler typescript gobject-introspection libadwaita zip unzip
run: apk add blueprint-compiler typescript zip unzip make

- uses: oven-sh/setup-bun@v2

Expand Down

0 comments on commit 84230f5

Please sign in to comment.