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 57255af commit 28efd7b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/generate-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:

- uses: actions/checkout@v2
- name: Install dependencies
run: sudo pip3 install dload python-dotenv
run: |
python3 -m venv $pwd/venv
source $pwd/venv/bin/activate
pip install dload python-dotenv
- 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 28efd7b

Please sign in to comment.