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 940da66 commit b13c847
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 @@ -32,10 +32,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Run setup script
shell: bash
run: |
ls -la ${{ github.workspace }}
python3 ${{ github.workspace }}/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 b13c847

Please sign in to comment.