debugging

This commit is contained in:
FizzyApple12
2022-07-02 19:58:47 -04:00
parent e73c5d1a3b
commit 4c5e5ea15c
2 changed files with 4 additions and 4 deletions
@@ -8,7 +8,7 @@ jobs:
- name: Download Required Packages
run: sudo apt install -y cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
- run: ls -la
- run: cd $GITHUB_WORKSPACE/WaccaProtocolTranslator
- run: cd ./WaccaProtocolTranslator
- run: ls -la
- run: sudo chmod +x autobuild.sh
- name: Run Autobuild
@@ -16,4 +16,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: Protocol Translator Firmware
path: $GITHUB_WORKSPACE/WaccaProtocolTranslator/artifacts/
path: ./artifacts/
+2 -2
View File
@@ -8,7 +8,7 @@ jobs:
- name: Download Required Packages
run: sudo apt install -y cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
- run: ls -la
- run: cd $GITHUB_WORKSPACE/WaccaTouchPanel
- run: cd ./WaccaTouchPanel
- run: ls -la
- run: sudo chmod +x autobuild.sh
- name: Run Autobuild
@@ -16,4 +16,4 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: Touch Panel Firmware
path: $GITHUB_WORKSPACE/WaccaTouchPanel/artifacts/
path: ./artifacts/