Skip to content

Commit

Permalink
Fix ubuntu run
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaOmega01 committed Aug 12, 2024
1 parent 46b602e commit 2c4411f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/connect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ jobs:
with:
exclude_inputs: os, next_count, level, bpm
- uses: actions/checkout@v4
- name: Upgrade glibc
if: ${{ inputs.os == 'ubuntu' }}
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install --only-upgrade libstdc++6
- name: Build Project
uses: ./.github/actions/build_dotnet
with:
Expand Down

0 comments on commit 2c4411f

Please sign in to comment.