File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,20 @@ jobs:
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- 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
28
29
29
30
- uses : actions/upload-artifact@v4
30
31
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
+
You can’t perform that action at this time.
0 commit comments