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 92e9763 commit 57255af
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/generate-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Run setup script
shell: bash
run: |
apt install dload
apt install python-dotenv
python3 ${{ github.workspace }}/slc/sl_setup_env.py
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo pip3 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 57255af

Please sign in to comment.