Skip to content

Commit

Permalink
run apt update before install
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoSairiala committed Dec 16, 2024
1 parent c0f6606 commit 3fe59ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
- name: Install tools
run: |
mv apps ../apps
sudo apt-get install kconfig-frontends
sudo apt update
sudo apt install -y --no-install-recommends kconfig-frontends
mkdir -p ../bin
cd ../bin
wget https://static.dev.sifive.com/dev-tools/freedom-tools/v2020.12/riscv64-unknown-elf-toolchain-10.2.0-2020.12.8-x86_64-linux-ubuntu14.tar.gz
Expand Down

0 comments on commit 3fe59ee

Please sign in to comment.