Skip to content

Commit 0b3e1bd

Browse files
committed
ci: use self-hosted runner for Linux builds
- Remove package installation step (already available) - Fix package conflict errors on self-hosted runner Signed-off-by: NotKeira <github.rxs06@accounts.keira.boo>
1 parent f203314 commit 0b3e1bd

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v4
4646

47-
- name: Install Compilers
48-
run: |
49-
sudo apt-get update
50-
sudo apt-get install -y ${{ matrix.compiler.cxx }}
51-
5247
- name: Configure CMake
5348
env:
5449
CC: ${{ matrix.compiler.cc }}

0 commit comments

Comments
 (0)