fix distoolbox gitea watch dir
Some checks failed
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Has been cancelled

This commit is contained in:
2025-04-19 21:17:24 -04:00
parent d44773389e
commit 7099e72d6f
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ run-name: Build and Push Reese's Arch Toolbox
on: on:
push: push:
paths: paths:
- active/software_distoolbox/distoolbox/** - active/software_distoolbox/**
- .gitea/workflows/distoolbox.yaml - .gitea/workflows/distoolbox.yaml
schedule: schedule:
- cron: '@daily' - cron: '@daily'

View File

@@ -140,7 +140,7 @@ USER build
# Install VSCode # Install VSCode
RUN git clone https://aur.archlinux.org/visual-studio-code-bin.git && \ RUN git clone https://aur.archlinux.org/visual-studio-code-bin.git && \
cd visual-studio-code-bin && \ cd visual-studio-code-bin && \
makepkg -si --noconfirm --needed && \ makepkg -si --noconfirm && \
cd .. && \ cd .. && \
rm -rf visual-studio-code-bin rm -rf visual-studio-code-bin