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 e19fc95 commit 45ff32b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/generate-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ jobs:
python3 -m venv $(pwd)/venv
source $(pwd)/venv/bin/activate
pip install dload python-dotenv
- name: Setup script
run: |
python3 $(pwd)/slc/sl_setup_env.py
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 45ff32b

Please sign in to comment.