Skip to content

Commit

Permalink
cd: remove wrong condition
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Nov 30, 2020
1 parent 17164ee commit d5b750f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:
- name: Install required dependencies
shell: bash
run: |
if [ ${{ matrix.job.os }} != ubuntu-latest ]; then
exit 0
fi
if [[ $TARGET == arm-unknown-linux-gnueabihf ]]; then
sudo apt update
sudo apt-get install -y binutils-arm-linux-gnueabihf
Expand Down

0 comments on commit d5b750f

Please # to comment.