Skip to content

Commit

Permalink
using setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak-Shaha committed Oct 10, 2024
1 parent 201bd33 commit e19fc95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
source $(pwd)/venv/bin/activate
pip install dload python-dotenv
- name: Setup script
run: |
python3 $(pwd)/slc/sl_setup_env.py
- name: Default additional component string
run: echo "ADD_APP_COMPONENT_STRING=--with ${{ inputs.board }}${{ inputs.board_extension }}" >> $GITHUB_ENV

Expand Down

0 comments on commit e19fc95

Please sign in to comment.