Skip to content

Commit

Permalink
ci(actions): Fix dependency issues in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Dec 12, 2024
1 parent c3d4e65 commit 6df847a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
./bootstrap.sh
./configure \
--enable-developer-mode \
--without-developer-tools \
--disable-dependency-checks \
CARGOSETVERSION=false CHECKMAKE=false LUACHECK=false RUFF=false STYLUA=false TAPLO=false TYPOS=cat
TYPOS=cat
echo "VERSION=$(./build-aux/git-version-gen .tarball-version)" >> $GITHUB_ENV
echo "MAKEFLAGS=-j$(nproc) -Otarget" >> $GITHUB_ENV
- name: Make
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
./bootstrap.sh
./configure \
--enable-developer-mode \
--disable-dependency-checks \
CARGOSETVERSION=false CHECKMAKE=false LUACHECK=false RUFF=false STYLUA=false TAPLO=false TYPOS=false
DOCKER=$(which docker) \
--without-developer-tools \
--disable-dependency-checks
- name: Publish Docker Image to GH Container Registry
run: |
make docker-build-push
Expand Down

0 comments on commit 6df847a

Please sign in to comment.