Skip to content

Commit

Permalink
Attempt to fix build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jgressmann committed Jun 1, 2024
1 parent daf783e commit cbb0751
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ jobs:
- name: Build
id: build
shell: cmd
# run: appveyor\windows.cmd
run: appveyor\windows.cmd

run: |
set
echo 1 >supercan-win.7z
echo 2 >supercan_inst.exe
# run: |
# set
# echo 1 >supercan-win.7z
# echo 2 >supercan_inst.exe

- name: Generate hashes
shell: bash
Expand Down Expand Up @@ -95,23 +95,23 @@ jobs:
ARTIFACT_FIRMWARE: supercan-firmware.tar.xz

steps:
# - uses: actions/checkout@v4
# - name: Setup
# run: |
# sudo apt-get update && sudo apt-get install -y dfu-util gcc-arm-none-eabi pixz python3
# git submodule update --init --depth 1 --recursive
- uses: actions/checkout@v4
- name: Setup
run: |
sudo apt-get update && sudo apt-get install -y dfu-util gcc-arm-none-eabi pixz python3
git submodule update --init --depth 1 --recursive
- name: Build
id: build
# run: |
# env
# $GITHUB_WORKSPACE/Boards/examples/device/supercan/build.sh
# mv $GITHUB_WORKSPACE/Boards/examples/device/supercan/firmware/supercan-firmware.tar.xz $GITHUB_WORKSPACE
run: |
env
$GITHUB_WORKSPACE/Boards/examples/device/supercan/build.sh
mv $GITHUB_WORKSPACE/Boards/examples/device/supercan/firmware/supercan-firmware.tar.xz $GITHUB_WORKSPACE
run: |
set
echo 1 >supercan-firmware.tar.xz
# run: |
# set
# echo 1 >supercan-firmware.tar.xz


- name: Generate hashes
Expand Down

0 comments on commit cbb0751

Please sign in to comment.