Skip to content

Commit

Permalink
drop clang9 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
franksinankaya committed Jan 11, 2023
1 parent 53ba296 commit f455bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo apt-add-repository "deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-6.0 main"
sudo apt-get update
sudo apt-get install -y clang-9
sudo apt-get install -y clang
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt install gcc-9 g++-9
sudo update-alternatives \
Expand Down

0 comments on commit f455bfd

Please sign in to comment.