Skip to content

Commit 5f26b04

Browse files
authored
Update rpi_arm64.yml
1 parent dbfcd79 commit 5f26b04

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/rpi_arm64.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: pguyot/arm-runner-action@v2
18-
19-
- name: Install UnixODBC package
20-
run: sudo apt-get install -y unixodbc unixodbc-dev
21-
22-
- name: Go to build folder & make
23-
working-directory: ${{env.GITHUB_WORKSPACE}}
24-
run: |
25-
cd Builds/Gcc.lin
26-
cp makefile.linux makefile
27-
make
18+
with:
19+
copy_repository_path: /opt/fb_odbc
20+
copy_artifact_path: |
21+
Builds/Gcc.lin/Release_*
22+
!Builds/Gcc.lin/Release_*/obj
23+
copy_artifact_dest: /opt/fb_odbc_arts
24+
commands: |
25+
sudo apt-get install -y unixodbc unixodbc-dev
26+
cd /opt/fb_odbc/Builds/Gcc.lin
27+
cp makefile.linux makefile
28+
make
2829
2930
- uses: actions/upload-artifact@v4
3031
with:
31-
name: linux_libs
32-
path: |
33-
./Builds/Gcc.lin/Release_*
34-
!./Builds/Gcc.lin/Release_*/obj
32+
name: linux_arm64_libs
33+
path: /opt/fb_odbc_arts
34+

0 commit comments

Comments
 (0)