Skip to content

Commit

Permalink
Remove T-Mate session
Browse files Browse the repository at this point in the history
  • Loading branch information
dlktdr committed Apr 7, 2024
1 parent a7da78a commit 8bfbd1f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@ jobs:
with:
fetch-depth: 0
submodules: 'true'
- name: Change User Permissions
run: |
chown -R $(id -u):$(id -g) /src
- name: Create a binary output folder
run: |
mkdir /src/firmware/src/build_bins
- name: Set Zephyr Base Environment Variables
- name: Set Zephyr Base Environment Variable
run: |
echo "ZEPHYR_BASE=/root/zephyr/zephyr" >> "$GITHUB_ENV"
- name: Register Zephyr CMAKE Package
run: |
cd /root/zephyr-sdk
./setup.sh -c
- name: Build Firmware Arduino Nano 33 BLE (Sense)
run: |
cd /src/firmware/src
Expand Down Expand Up @@ -77,10 +77,10 @@ jobs:
west build -p -b dtqsys_ht
cp ./build/zephyr/*.bin build_bins/
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ failure() }}
timeout-minutes: 15
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
# if: ${{ failure() }}
# timeout-minutes: 15

# Runs a set of commands using the runners shell
- name: Package Firmware
Expand Down

0 comments on commit 8bfbd1f

Please sign in to comment.