Skip to content

Commit

Permalink
gitac: cd .github; doBuild=false
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Sep 25, 2024
1 parent d50ff8b commit 9db55e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image-x11-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
# BUILD
:> /tmp/.timecost
doBuild=false
cd .github; doBuild=false
if [ "true" == "$doBuild" ]; then
echo compile; cd compile;
echo compile; cd ../compile;
# # bash buildx.sh ubt-builder
# # bash buildx.sh deb12-builder
# #
Expand Down

0 comments on commit 9db55e8

Please sign in to comment.