Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Nov 15, 2024
1 parent b3b1c8b commit 3ad8dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get install -y software-properties-common
sudo apt-get install -y gcc-11 1g++-11
sudo apt-get install -y gcc-11 g++-11
- name: use g++-11 by default
run: |
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 11
Expand Down

0 comments on commit 3ad8dc8

Please sign in to comment.