Skip to content

Commit

Permalink
Sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
martonbognar committed Dec 10, 2024
1 parent e487e96 commit cf88b1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
sudo apt-get -yqq install git lsb-release sudo vim gnupg openjdk-17-jdk verilator gcc-riscv64-unknown-elf curl make gcc g++
- name: Install sbt
run: |
apt-get install apt-transport-https gnupg curl -yqq
echo "deb https://repo.scala-sbt.org/scalasbt/debian all main" | tee /etc/apt/sources.list.d/sbt.list
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823
apt-get update -yqq
apt-get install sbt -yqq
sudo apt-get install apt-transport-https gnupg curl -yqq
echo "deb https://repo.scala-sbt.org/scalasbt/debian all main" | sudo tee /etc/apt/sources.list.d/sbt.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823
sudo apt-get update -yqq
sudo apt-get install sbt -yqq
- name: Run Scalafmt
run: sbt scalafmtCheck
- name: Static pipeline riscv-tests
Expand Down

0 comments on commit cf88b1f

Please sign in to comment.