Skip to content

Commit

Permalink
Revert.
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolamarao committed Oct 1, 2023
1 parent 903f3f4 commit 1611d14
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,4 @@ jobs:
- name: "Build with Gradle"
uses: gradle/gradle-build-action@v2.8.0
with:
arguments: build
build-llvm-17:
name: "build with llvm 17"
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: "Checkout"
uses: actions/checkout@v2
- name: "Validate Gradle Wrapper"
uses: gradle/wrapper-validation-action@v1
- name: "Set up JDK 17"
uses: actions/setup-java@v2
with:
java-version: "17"
distribution: "temurin"
- name: "Install LLVM 17"
uses: KyleMayes/install-llvm-action@v1.8.3
with:
ubuntu-version: 22.04
version: 17.0.1
- name: "Build with Gradle"
uses: gradle/gradle-build-action@v2.8.0
with:
arguments: build
arguments: build

0 comments on commit 1611d14

Please sign in to comment.