Skip to content

Commit

Permalink
remove gcc installation
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaGanzin committed Oct 17, 2024
1 parent 0ba02cb commit 964849e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
echo "ACTIONS_RUNTIME_TOKEN=dummy_token" >> $GITHUB_ENV
echo "ACTIONS_RUNTIME_URL=https://dummy_url" >> $GITHUB_ENV
- name: Install GCC on Ubuntu
if: matrix.os == 'ubuntu-latest' && ${{env.ACT}}
run: |
apt-get update
apt-get install -y gcc
# - name: Install GCC on Ubuntu
# if: matrix.os == 'ubuntu-latest' && ${{env.ACT}}
# run: |
# apt-get update
# apt-get install -y gcc

# - name: Install GCC on macOS
# if: matrix.os == 'macos-latest' && ${{ env.ACT }}
Expand Down

0 comments on commit 964849e

Please sign in to comment.