Skip to content

Commit b5f01b0

Browse files
committed
Readd permission fix in CI
1 parent c808815 commit b5f01b0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/compilation.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies Alpine
1919
if: matrix.os[0] == 'alpine'
2020
run: |
21-
apk add --no-cache build-base bash git autoconf automake meson ninja-build cmake pkgconfig libarchive-dev openssl-dev gpgme-dev libtool
21+
apk add --no-cache build-base bash git autoconf automake meson samurai cmake pkgconfig libarchive-dev openssl-dev gpgme-dev libtool
2222
2323
- name: Install dependencies Fedora
2424
if: matrix.os[0] == 'fedora'
@@ -29,6 +29,7 @@ jobs:
2929

3030
- name: Compile Tools
3131
run: |
32+
chown -R $(id -nu):$(id -ng) .
3233
export PSPDEV=$PWD/pspdev
3334
export PATH=$PATH:$PSPDEV/bin
3435
./build-all.sh

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV PATH $PATH:${PSPDEV}/bin
66

77
COPY . /src
88

9-
RUN apk add build-base bash git autoconf automake cmake pkgconfig libarchive-dev openssl-dev gpgme-dev libtool curl-dev meson ninja-build
9+
RUN apk add build-base bash git autoconf automake cmake pkgconfig libarchive-dev openssl-dev gpgme-dev libtool curl-dev meson samurai
1010
RUN cd /src && ./build-all.sh
1111

1212
# Second stage of Dockerfile

0 commit comments

Comments
 (0)