From a92c92570d07bb30e43e159812cc1d179e8c965b Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 11 Nov 2020 23:29:40 -0800 Subject: [PATCH] try to get builds working with gh actions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b5d89dbf..f6a818e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,8 +24,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - run: git clone --quiet --depth 1 --recurse-submodules=build-tools --recurse-submodules=toolchain --recurse-submodules=avr/libraries/ --jobs 16 --shallow-submodules git://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio $HOME/Arduino/hardware/keyboardio - - run: rm -rf $HOME/Arduino/hardware/keyboardio/avr/libraries/Kaleidoscope + - run: git clone --quiet --depth 1 --recurse-submodules=build-tools --recurse-submodules=toolchain --recurse-submodules=avr/libraries/ --jobs 16 --shallow-submodules git://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio ../hardware/keyboardio + - run: rm -rf ../hardware/keyboardio/avr/libraries/Kaleidoscope - run: ln -s $(pwd) ../hardware/keyboardio/avr/libraries/Kaleidoscope # - run: make adjust-git-timestamps - run: make install-arduino-cli