Skip to content

Commit

Permalink
Switch from source to .
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Dec 2, 2024
1 parent b412bb5 commit ffd99fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@ jobs:
- name: "Prepare tools & dependencies"
shell: bash
run: |
source $BUILD_TOOLS
. $BUILD_TOOLS
ci_apt_install_build_deps
ci_prepare_all
- name: "MicroPython: Configure"
shell: bash
run: |
source $BUILD_TOOLS
. $BUILD_TOOLS
micropython_version
ci_cmake_configure ${{ matrix.name }}
- name: "MicroPython: Build"
shell: bash
run: |
source $BUILD_TOOLS
. $BUILD_TOOLS
ci_cmake_build ${{ matrix.name }}
mv build-${{ matrix.name }}.uf2 ${{ env.RELEASE_FILE }}.uf2
Expand Down

0 comments on commit ffd99fe

Please sign in to comment.