Skip to content

Commit

Permalink
Update AS image
Browse files Browse the repository at this point in the history
  • Loading branch information
jeppeman committed Jul 2, 2023
1 parent aa9a209 commit 3593d7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN curl -L --keepalive --output jq.deb http://security.ubuntu.com/ubuntu/pool/u
&& apt install ./jq.deb

# Install Android Studio
RUN curl -C - -L --progress-bar --output android-studio.tar.gz https://storage.googleapis.com/android-studio-distributions/android-studio-2022.1.1.20-linux.tar.gz \
RUN curl -C - -L --progress-bar --output android-studio.tar.gz https://storage.googleapis.com/android-studio-distributions/android-studio-2022.2.1.20-linux.tar.gz \
&& tar -xvf android-studio.tar.gz -C opt \
&& rm android-studio.tar.gz

ENV ANDROID_STUDIO_PATH /opt/android-studio
ENV ANDROID_STUDIO_PATH /opt/android-studio
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
gradle_tests:
name: Run gradle plugin tests
runs-on: ubuntu-latest
container: jeppeman/globallydynamic-studio:as-2020.3.1.22
container: jeppeman/globallydynamic-studio:as-2022.2.1.20
env:
ANDROID_SDK_ROOT: /opt/android/sdk
JAVA_HOME: /opt/android-studio/jre
Expand All @@ -109,7 +109,7 @@ jobs:
build_studio_plugin:
name: Build studio plugin
runs-on: ubuntu-latest
container: jeppeman/globallydynamic-studio:as-2022.1.1.20
container: jeppeman/globallydynamic-studio:as-2022.2.1.20
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -125,7 +125,7 @@ jobs:
studio_tests:
name: Run studio plugin tests
runs-on: ubuntu-latest
container: jeppeman/globallydynamic-studio:as-2022.1.1.20
container: jeppeman/globallydynamic-studio:as-2022.2.1.20
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 3593d7e

Please sign in to comment.