Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EricApostal committed Dec 19, 2024
1 parent c899688 commit fb497df
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ jobs:
with:
submodules: recursive

- name: Install GCC
uses: egor-tensin/setup-mingw@v2
with:
platform: x64

- name: Set up Java 17
uses: actions/setup-java@v2
with:
Expand Down Expand Up @@ -128,12 +123,6 @@ jobs:
with:
submodules: recursive

- name: Install GCC 11
run: |
sudo apt-get update
sudo apt-get install -y gcc-11 g++-11
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 110 --slave /usr/bin/g++ g++ /usr/bin/g++-11
- name: Set up Java 17
uses: actions/setup-java@v2
with:
Expand Down Expand Up @@ -176,12 +165,6 @@ jobs:
with:
submodules: recursive

- name: Install GCC
run: |
brew install gcc@11
echo "CC=gcc-11" >> $GITHUB_ENV
echo "CXX=g++-11" >> $GITHUB_ENV
- name: Set up Java 17
uses: actions/setup-java@v2
with:
Expand Down

0 comments on commit fb497df

Please sign in to comment.