Skip to content

Commit

Permalink
workflows: Only GCC
Browse files Browse the repository at this point in the history
Signed-off-by: Diaz1401 <[email protected]>
  • Loading branch information
Diaz1401 committed Jun 26, 2023
1 parent 3a7d35e commit 846e8ef
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,3 @@ jobs:
run: |
wget -qO build.sh https://raw.githubusercontent.com/Diaz1401/build-script/alioth/build.sh
bash build.sh gcc stable opt lto
build-clang:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: build
run: |
wget -qO build.sh https://raw.githubusercontent.com/Diaz1401/build-script/alioth/build.sh
bash build.sh clang beta opt lto

0 comments on commit 846e8ef

Please sign in to comment.