Skip to content

Commit

Permalink
fix ci to work in act
Browse files Browse the repository at this point in the history
  • Loading branch information
conorpp committed Sep 15, 2021
1 parent 672f2d8 commit 4c841da
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
- name: Install littlefs2-sys/micro-ecc-sys build dependencies
shell: bash
run: |
env && pwd && sudo apt-get update -y -qq && sudo apt-get install -y -qq llvm libc6-dev-i386 libclang-dev clang
- uses: fiam/arm-none-eabi-gcc@v1
apt-get update && apt-get install sudo
env && pwd && sudo apt-get update -y -qq && sudo apt-get install -y -qq llvm libc6-dev-i386 libclang-dev clang git
- uses: fiam/arm-none-eabi-gcc@v1.0.4
with:
release: "9-2020-q2"
- uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -96,7 +97,8 @@ jobs:
if: matrix.os == 'ubuntu-latest'
shell: bash
run: |
sudo apt update -y -qq && sudo apt install -y -qq llvm libclang-dev build-essential
apt-get update && apt-get install sudo
sudo apt update -y -qq && sudo apt install -y -qq llvm libclang-dev build-essential clang
# this is already installed
# - name: Install macOS build dependencies
Expand Down

0 comments on commit 4c841da

Please sign in to comment.