Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Remove redundant search.
  • Loading branch information
kinokrt authored Dec 4, 2023
1 parent 333243b commit 1f8ad53
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
sudo apt-get update
sudo apt-get install -y gcc-${{ matrix.compiler.version }} g++-${{ matrix.compiler.version }}
apt-cache search '^gcc-[0-9]'
if: |
matrix.compiler.install && matrix.compiler.name == 'gcc'
Expand Down

0 comments on commit 1f8ad53

Please sign in to comment.