Skip to content

Commit

Permalink
check env control
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Nov 25, 2024
1 parent 95ac97e commit 410094d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:

- name: Build demo site
run: |
bash ./cibuild.sh demo-site
NO_SDK_CHECK=true bash ./cibuild.sh demo-site
- name: Build docs
working-directory: ./docs
Expand Down
4 changes: 4 additions & 0 deletions cibuild/sdk.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash
mkdir -p /tmp/sdk
if ${NO_SDK_CHECK:-false}
then
exit 0
fi

if [ -f $SDKROOT/VERSION ]
then
Expand Down

0 comments on commit 410094d

Please sign in to comment.