Skip to content

Commit

Permalink
CI: do not check unbound vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Rakitin committed Feb 2, 2024
1 parent 65d35d8 commit ab267d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Define package to build
run: |
set -vxeuo pipefail
set -vxeo pipefail
# https://stackoverflow.com/a/3162500:
export PACKAGE_NAME="${${{ matrix.repo }}##*/}"
echo PACKAGE_NAME=${PACKAGE_NAME} >> $GITHUB_ENV
Expand Down

0 comments on commit ab267d3

Please sign in to comment.