Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmitch215 committed Dec 26, 2024
1 parent 6d878ae commit 15b2903
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,6 @@ jobs:
key: ${{ runner.os }}-konan-${{ hashFiles('**/Dependencies.kt') }}
restore-keys: |
${{ runner.os }}-konan-
- name: Install Linux Dependencies
if: ${{ runner.os == 'Linux' }}
run: |
sudo apt-get update
sudo apt-get install libcurl4-gnutls-dev
- name: Install Windows Dependencies
if: ${{ runner.os == 'Windows' }}
run: choco install curl
- name: Install macOS Dependencies
if: ${{ runner.os == 'macOS' }}
run: brew install curl
- name: Change Permissions
run: chmod +x ./gradlew
- name: Build with Gradle
Expand Down

0 comments on commit 15b2903

Please sign in to comment.