Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
aajtodd committed Feb 13, 2024
1 parent ebf9564 commit fcad302
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ env:
BUILDER_HOST: https://d19elf31gohf1l.cloudfront.net
PACKAGE_NAME: aws-crt-kotlin
RUN: ${{ github.run_id }}-${{ github.run_number }}
# generated dockcross scripts default to `podman` when installed which
# has issues when building with docker then executing via dockcross script which
# picks up `podman` instead.
OCI_EXE: docker

jobs:
linux-compat:
Expand Down Expand Up @@ -44,7 +48,6 @@ jobs:
- name: Build and Test ${{ env.PACKAGE_NAME }}
run: |
docker images
docker run --rm aws-crt-kotlin/linux-x64:latest cmake --version
./gradlew apiCheck
./gradlew allTests
Expand Down

0 comments on commit fcad302

Please sign in to comment.