Skip to content

Commit f53f48f

Browse files
author
Daniel K. O.
committed
Trying to fix workflow.
1 parent 84a319e commit f53f48f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/package-mageia-9.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
uses: addnab/docker-run-action@v3
2323
with:
2424
image: image-mageia-9
25-
run: ./build.sh
25+
run: |
26+
pwd
27+
ls -la
28+
./build.sh
2629
2730
- name: Copy from container to host
2831
uses: tj-actions/docker-cp@v2

packages/mageia-9/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN urpmi --auto --quiet doxygen
88
RUN urpmi --auto --quiet lib64evdev-devel
99

1010
WORKDIR /buildroot
11-
COPY build.sh .
11+
COPY build.sh SPECS .
1212
COPY SPECS .
1313

1414
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)