We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5798d0f commit 87209a1Copy full SHA for 87209a1
.github/workflows/rpi_arm64.yml
@@ -17,12 +17,9 @@ jobs:
17
- uses: pguyot/arm-runner-action@v2
18
with:
19
base_image: raspios_lite_arm64:latest
20
- # cpu: cortex-a53
21
copy_repository_path: /opt/fb_odbc
22
copy_artifact_path: |
23
Builds/Gcc.lin/Release_*
24
- !Builds/Gcc.lin/Release_*/obj
25
- # copy_artifact_dest: /opt/fb_odbc_arts
26
commands: |
27
sudo apt-get install -y unixodbc unixodbc-dev
28
cd /opt/fb_odbc/Builds/Gcc.lin
@@ -32,5 +29,7 @@ jobs:
32
29
- uses: actions/upload-artifact@v4
33
30
34
31
name: linux_arm64_libs
35
- path: /opt/fb_odbc_arts
+ path: |
+ /opt/fb_odbc_arts
+ !/opt/fb_odbc_arts/obj
36
0 commit comments