From eaff29f5560de6e1718b9e15c631cb5f3e05eea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Sat, 30 Mar 2024 14:12:48 +0100 Subject: [PATCH] ci: pages --- .github/workflows/pages.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 2e6e303..6ec73fe 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -53,7 +53,7 @@ jobs: image: ghcr.io/void-linux/void-buildroot-${{ matrix.config.libc }}:20231230R1 options: --platform ${{ matrix.config.platform }} env: - PATH: '/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/tmp/bin' + PATH: '/usr/libexec/chroot-git:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/tmp/bin' ARCH: '${{ matrix.config.arch }}' BOOTSTRAP: '${{ matrix.config.host }}' TEST: '${{ matrix.config.test }}' @@ -81,14 +81,10 @@ jobs: xbps-install -Syu || xbps-install -yu xbps # Upgrade again (in case there was a xbps update) xbps-install -yu - xbps-install -y cmake python3 tar git + xbps-install -y cmake python3 tar - name: Clone and checkout - uses: actions/checkout@v4 - with: - submodules: true - filter: tree:0 - fetch-depth: 0 + uses: classabbyamp/treeless-checkout-action@v1 - name: Create hostrepo and prepare masterdir run: | @@ -109,6 +105,8 @@ jobs: - name: Build apindex run: | + git clone https://github.com/libthinkpad/apindex.git + cd apindex mkdir build cd build