diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-02-06 14:23:14 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-02-06 18:21:15 +0100 |
commit | da124e9d04b2cd3d7be43f5653a6ffb2747a1c4a (patch) | |
tree | 7083294477c08e6e5eb3ef7e839c448bb73b6be0 /.github/workflows/android_builds.yml | |
parent | 2fdaf2919c03ab50f971f2d51616d4ee329d29af (diff) | |
download | redot-engine-da124e9d04b2cd3d7be43f5653a6ffb2747a1c4a.tar.gz |
CI: Remove custom Linux deps and SwiftShader
The default environment already includes everything we need to build
all our configurations.
Remove custom SwiftShader setup as lavapipe should now be good enough,
but we need to install the latest one.
Diffstat (limited to '.github/workflows/android_builds.yml')
-rw-r--r-- | .github/workflows/android_builds.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/android_builds.yml b/.github/workflows/android_builds.yml index ed4ef01012..666b10d016 100644 --- a/.github/workflows/android_builds.yml +++ b/.github/workflows/android_builds.yml @@ -19,13 +19,6 @@ jobs: steps: - uses: actions/checkout@v3 - # Azure repositories are not reliable, we need to prevent azure giving us packages. - - name: Make apt sources.list use the default Ubuntu repositories - run: | - sudo rm -f /etc/apt/sources.list.d/* - sudo cp -f misc/ci/sources.list /etc/apt/sources.list - sudo apt-get update - - name: Set up Java 11 uses: actions/setup-java@v3 with: |