mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
shffle
This commit is contained in:
parent
14b7e411b2
commit
f70122f317
2 changed files with 4 additions and 4 deletions
4
.github/workflows/build-and-publish.yml
vendored
4
.github/workflows/build-and-publish.yml
vendored
|
|
@ -4,11 +4,11 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Build Environment
|
||||
env:
|
||||
DESKTOP_ENVIRONMENT_USER: ${{ secrets.DESKTOP_ENVIRONMENT_USER }}
|
||||
run: ./docker/scripts/build.sh
|
||||
- uses: actions/checkout@master
|
||||
run: docker/scripts/build.sh
|
||||
- name: Publish to Registry
|
||||
uses: HurricanKai/Publish-Docker-Github-Action@master
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -232,7 +232,7 @@ RUN add-apt-repository ppa:kgilmer/speed-ricer && \
|
|||
apt-get install -qq i3blocks i3-gaps i3lock-fancy && \
|
||||
sed -i 's/TEXT=".*"/TEXT=""/' /usr/bin/i3lock-fancy && \
|
||||
wget -qnv -O /usr/share/i3lock-fancy/lock.png http://png-pixel.com/1x1-00000000.png && \
|
||||
pip3 install --user i3-resurrect i3-workspace-names-daemon
|
||||
pip3 install --force --user i3-resurrect i3-workspace-names-daemon
|
||||
|
||||
# Install jobber
|
||||
RUN wget -O jobber.deb -qnv https://github.com/dshearer/jobber/releases/download/v1.4.0/jobber_1.4.0-1_amd64.deb && \
|
||||
|
|
@ -333,7 +333,7 @@ RUN apt-get update -qq && \
|
|||
cd xava/build && \
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Debug -DINCLUDE_DIRS=lib/iniparser/src && \
|
||||
make -j$(nproc) && \
|
||||
make install || true
|
||||
make install
|
||||
|
||||
# Install yarn
|
||||
RUN curl -fsSL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue