Skip to content

Commit

Permalink
Minor CI adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Dec 18, 2023
1 parent f21119d commit df6123e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit df6123e

Please sign in to comment.