Skip to content

Commit

Permalink
wip: tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMonkman committed Nov 3, 2020
1 parent 9bb2fe6 commit 2914dc9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,6 @@ jobs:
os: ubuntu-18.04,
clang-version: "10",
}
# - {
# name: "Ubuntu 18.04", artifact: "Linux.7z",
# os: ubuntu-18.04,
# clang-version: "10"
# }
steps:
- uses: actions/checkout@v2

Expand All @@ -193,15 +188,6 @@ jobs:
sudo apt-get install clang-${{matrix.config.clang-version}} -y
sudo update-alternatives --install /usr/bin/cc cc /usr/bin/clang-${{ matrix.config.clang-version }} 100
sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang-${{ matrix.config.clang-version }} 100
# - name: Install Compiler
# shell: bash
# run: |
# sudo apt update
# sudo apt install lsb-release wget software-properties-common -y
# sudo wget https://apt.llvm.org/llvm.sh
# sudo chmod +x llvm.sh
# sudo ./llvm.sh ${{ matrix.config.clang-version }}
# sudo update-alternatives --install /usr/bin/cc cc /usr/bin/clang-${{ matrix.config.clang-version }} 100
- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory
Expand Down

0 comments on commit 2914dc9

Please sign in to comment.