Skip to content

Commit

Permalink
fix static checks ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Daylily-Zeleen committed Jul 30, 2023
1 parent 8893bdc commit 5c04777
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/static_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

# Azure repositories are not reliable, we need to prevent Azure giving us packages.
- name: Make apt sources.list use the default Ubuntu repositories
run: |
sudo rm -f /etc/apt/sources.list.d/*
sudo cp -f godot-cpp/misc/ci/sources.list /etc/apt/sources.list
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo apt-add-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-15 main"
sudo apt-get update
# # Azure repositories are not reliable, we need to prevent Azure giving us packages.
# - name: Make apt sources.list use the default Ubuntu repositories
# run: |
# sudo rm -f /etc/apt/sources.list.d/*
# sudo cp -f ./godot-cpp/misc/ci/sources.list /etc/apt/sources.list
# wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
# sudo apt-add-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-15 main"
# sudo apt-get update

- name: Install dependencies
run: |
Expand Down

0 comments on commit 5c04777

Please sign in to comment.