From df6123e493f1e24ce720bda460aa36d29a98b9de Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Sat, 16 Dec 2023 14:59:52 -0500 Subject: [PATCH] Minor CI adjustments --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efba3140d..4b4338445 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,6 @@ jobs: PGHOST: localhost PGUSER: postgres PGPASSWORD: postgres - TARGETS: "aarch64-unknown-linux-musl x86_64-unknown-linux-musl" # TODO: aarch64-unknown-linux-gnu services: postgres: @@ -139,7 +138,7 @@ jobs: - name: Build targets run: | - for target in $TARGETS; do + for target in "aarch64-unknown-linux-musl" "x86_64-unknown-linux-musl"; do echo -e "\n----------------------------------------------" echo "Building $target" @@ -242,10 +241,8 @@ jobs: include: - target: aarch64-apple-darwin os: macOS-latest - cross: 'true' - target: debian-x86_64 os: ubuntu-latest - cross: 'true' - target: x86_64-apple-darwin os: macOS-latest - target: x86_64-pc-windows-msvc