mirror of
https://github.com/azahar-emu/build-environment
synced 2025-11-07 07:30:01 +01:00
Fixed Transifex client executable not being in PATH in Actions environment
This commit is contained in:
parent
b624c80915
commit
d8f76f3939
@ -58,6 +58,7 @@ RUN apt-get install -y \
|
|||||||
|
|
||||||
# Download Transifex client
|
# Download Transifex client
|
||||||
RUN curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
|
RUN curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
|
||||||
|
RUN mv /tx /usr/bin/
|
||||||
|
|
||||||
# Download tools for building AppImages
|
# Download tools for building AppImages
|
||||||
RUN wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
|
RUN wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user