Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 12, 2024
1 parent 479056e commit 4be854b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/actions/cross-compile-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ runs:
sudo apt install -y gcc-10 g++-10
- name: Cache stm32 tools
uses: "./.github/actions/cache-stm32-tools"
uses: './.github/actions/cache-stm32-tools'

- name: Configure
shell: bash
run: cmake --preset=cross . -DCMAKE_BUILD_TYPE=RelWithDebInfo
run: cmake --preset=cross .
6 changes: 0 additions & 6 deletions .github/actions/host-compile-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ runs:
with:
python-version: "3.10"

- name: Echo context
shell: bash
run: |
echo github context ${{ github }}
echo env context ${{ env }}
- name: Cache stm32 tools
uses: './.github/actions/cache-stm32-tools'

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/gripper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ on:
env:
ci: 1
CACHE_VERSION: ${{ secrets.CACHE_VERSION }}
ACTION_PATH: ./action-path

defaults:
run:
Expand Down

0 comments on commit 4be854b

Please sign in to comment.