Skip to content

Commit

Permalink
Toolchain work around
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 2, 2023
1 parent 26acc22 commit 32b7411
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/toolchain-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,11 @@ jobs:
sudo apt-get install -y build-essential libtool-bin linux-headers-$(uname -r) help2man python3-all flex bison texinfo unzip gawk libncurses-dev wget rsync
- name: Build toolchain
# python3 -m relenv toolchain build --arch=${{ matrix.target }}
env:
RELENV_TOOLCHAIN_VERSION: 0.13.14
run: |
python3 -m relenv toolchain build --arch=${{ matrix.target }}
python3 -m relenv toolchain fetch --arch=${{ matrix.target }}
- name: Logs toolchain ${{ matrix.target }} on ${{ matrix.host }}
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 32b7411

Please sign in to comment.