Skip to content

Commit

Permalink
Update build-on-arm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
galfar authored Jul 24, 2024
1 parent 4dfccb7 commit da3e2d0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build-on-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
matrix:
include:
- arch: aarch64
distro: ubuntu_latest
distro: ubuntu22.04
- arch: armv7
distro: ubuntu_latest
distro: ubuntu22.04

steps:
- uses: actions/checkout@v4
Expand All @@ -31,15 +31,17 @@ jobs:

githubToken: ${{ github.token }}

install: |
echo "FPC:" $(fpc -iWTPTO)
install: |
echo "OS:" $(uname -a)
apt-get update
apt-get -y install fpc
apt-get -y install libtiff6
apt-get -y install libtiff5
run: |
echo "FPC:" $(fpc -iWTPTO)
echo "OS:" $(uname -a)
./Scripts/compile.sh
cd Bin
./runtests.sh --no-tiff
Expand Down

0 comments on commit da3e2d0

Please sign in to comment.