Skip to content

Commit

Permalink
Reset workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Sep 25, 2023
1 parent e9d8d58 commit 5c41fe0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Setup gcc 12
run: |
sudo apt install gcc-11 g++-12
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 100 --slave /usr/bin/g++ g++ /usr/bin/g++-12 --slave /usr/bin/gcov gcov /usr/bin/gcov-12
sudo update-alternatives --set gcc /usr/bin/gcc-12
sudo update-alternatives --set g++ /usr/bin/g++-12
- name: Checkout
uses: actions/checkout@v2

Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/ubuntu_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup gcc 11
run: |
sudo apt install gcc-11 g++-11
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100 --slave /usr/bin/g++ g++ /usr/bin/g++-11 --slave /usr/bin/gcov gcov /usr/bin/gcov-11
sudo update-alternatives --set gcc /usr/bin/gcc-11
sudo update-alternatives --set g++ /usr/bin/g++-11

#- name: Setup openGL
# uses: openrndr/[email protected]
Expand Down

0 comments on commit 5c41fe0

Please sign in to comment.