Skip to content

Commit 87209a1

Browse files
authored
Update rpi_arm64.yml
1 parent 5798d0f commit 87209a1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/rpi_arm64.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,9 @@ jobs:
1717
- uses: pguyot/arm-runner-action@v2
1818
with:
1919
base_image: raspios_lite_arm64:latest
20-
# cpu: cortex-a53
2120
copy_repository_path: /opt/fb_odbc
2221
copy_artifact_path: |
2322
Builds/Gcc.lin/Release_*
24-
!Builds/Gcc.lin/Release_*/obj
25-
# copy_artifact_dest: /opt/fb_odbc_arts
2623
commands: |
2724
sudo apt-get install -y unixodbc unixodbc-dev
2825
cd /opt/fb_odbc/Builds/Gcc.lin
@@ -32,5 +29,7 @@ jobs:
3229
- uses: actions/upload-artifact@v4
3330
with:
3431
name: linux_arm64_libs
35-
path: /opt/fb_odbc_arts
32+
path: |
33+
/opt/fb_odbc_arts
34+
!/opt/fb_odbc_arts/obj
3635

0 commit comments

Comments
 (0)