Skip to content

Commit

Permalink
ci: remove runner os (#2385)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohassine authored Nov 1, 2023
1 parent c340d50 commit e6aef5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-run-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: AVD cache
uses: buildjet/cache@v3
id: avd-cache-${{ runner.os }}
id: avd-cache
with:
path: |
~/.android/avd/*
Expand Down

0 comments on commit e6aef5d

Please sign in to comment.