Attempting to use custom action #27

Closed
eriq12 wants to merge 16 commits from custom-action into main
2 changed files with 290 additions and 13 deletions
Showing only changes of commit 66a0e08d45 - Show all commits

View File

@@ -92,6 +92,6 @@ jobs:
RECIPE_PATH: ${{ steps.build_vars.outputs.recipe_path }} RECIPE_PATH: ${{ steps.build_vars.outputs.recipe_path }}
RUST_LOG_STYLE: always RUST_LOG_STYLE: always
CLICOLOR_FORCE: "1" CLICOLOR_FORCE: "1"
RUST_BACKTRACE: "1" RUST_BACKTRACE: "full"
run: | run: |
sudo -E bluebuild build -v --push ${RECIPE_PATH} sudo -E bluebuild build -v --push ${RECIPE_PATH}