Skip to content

Commit

Permalink
revert disabling firefox (not working)
Browse files Browse the repository at this point in the history
  • Loading branch information
serges147 committed Nov 27, 2024
1 parent a7aa35f commit 682e774
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh $LLVM_VERSION
# we don't need firefox but it takes a lot of time to upgrade
sudo snap disable firefox && sudo snap remove --purge firefox
sudo apt update -y && sudo apt upgrade -y
sudo apt-get -y install gcc-multilib g++-multilib clang-tidy-$LLVM_VERSION
sudo update-alternatives --install /usr/bin/clang-tidy clang-tidy /usr/bin/clang-tidy-$LLVM_VERSION 50
Expand Down Expand Up @@ -63,9 +61,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
# Upgrading and installing dependencies.
# we don't need firefox but it takes a lot of time to upgrade
sudo snap disable firefox && sudo snap remove --purge firefox
sudo apt update -y && sudo apt upgrade -y
sudo apt install gcc-multilib g++-multilib
- run: >
Expand Down Expand Up @@ -96,9 +91,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
# Upgrading and installing dependencies.
# we don't need firefox but it takes a lot of time to upgrade
sudo snap disable firefox && sudo snap remove --purge firefox
sudo apt update -y && sudo apt upgrade -y
sudo apt install gcc-avr avr-libc
avr-gcc --version
Expand All @@ -115,9 +107,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
# Upgrading and installing dependencies.
# we don't need firefox but it takes a lot of time to upgrade
sudo snap disable firefox && sudo snap remove --purge firefox
sudo apt update -y && sudo apt upgrade -y
sudo apt-get install -y gcc-arm-none-eabi
- run: arm-none-eabi-gcc libcanard/*.c -c -std=c99 ${{ env.flags }}
Expand Down Expand Up @@ -155,9 +144,6 @@ jobs:

- name: Install Dependencies
run: |
# Upgrading and installing dependencies.
# we don't need firefox but it takes a lot of time to upgrade
sudo snap disable firefox && sudo snap remove --purge firefox
sudo apt update -y && sudo apt upgrade -y
sudo apt install -y gcc-multilib g++-multilib
Expand Down

0 comments on commit 682e774

Please sign in to comment.