Commit 78beb4aee5386cd4ea14cfa753a778eafcc3ec2d

Anthony Green 2022-09-02T19:34:50

Try more remote testing

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1028dd8..9944b1b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -95,7 +95,14 @@ jobs:
           username: ${{ secrets.CFARM_USERNAME }}
           key: ${{ secrets.CFARM_KEY }}
           port: ${{ secrets.AARCH_PORT }}
-          script: whoami
+          script: |
+            ls -l
+            rm -rf libffi
+            git clone https://github.com/libffi/libffi
+            cd libffi
+            ./configure
+            make
+            make check
 
   build:
     name: Build & test with Cygwin