Skip to content

Commit

Permalink
ci: enable bash debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Oct 14, 2024
1 parent 667c2d2 commit de014a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clone_pdfium:

build: clone_depot_tools
#!/usr/bin/env bash
set -euo pipefail
set -euox pipefail
export PATH="$PATH:$PWD/depot_tools"
export DEPOT_TOOLS_WIN_TOOLCHAIN=0
Expand Down Expand Up @@ -70,7 +70,7 @@ test:

pack:
#!/usr/bin/env bash
set -euo pipefail
set -euox pipefail
patches_dir="{{patches}}"
Expand Down

0 comments on commit de014a5

Please sign in to comment.