Skip to content

Commit

Permalink
sdk update
Browse files Browse the repository at this point in the history
  • Loading branch information
SmejkalJakub committed Feb 22, 2022
1 parent f1d1020 commit 9994f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
update-pip: "true"
update-setuptools: "false"
update-wheel: "false"
- name: Replace version string
if: ${{ github.event_name == 'release' }}
run: |
sed -i "s/vdev/${GITHUB_REF#refs/*/}/g" platformio.ini
cat platformio.ini
- name: Build PlatformIO project
run: pio run -e release
- name: Set helper variables
Expand All @@ -36,4 +31,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
with:
files: ${{ env.REPOSITORY_NAME }}-${{ env.GITHUB_TAG }}.bin
files: ${{ env.REPOSITORY_NAME }}-${{ env.GITHUB_TAG }}.bin
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default_envs = debug
platform = hardwario-tower
board = core_module
framework = stm32cube
lib_deps = https://github.com/hardwario/twr-sdk
lib_deps = https://github.com/hardwario/twr-sdk.git
monitor_speed = 115200
monitor_filters = default, send_on_enter
monitor_flags = --echo
Expand Down

0 comments on commit 9994f7b

Please sign in to comment.