Skip to content

Commit 72af863

Browse files
committed
fix locks
1 parent d8a9e4b commit 72af863

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

.flox/env/manifest.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/ci-e2e-nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ jobs:
108108
strategy:
109109
matrix:
110110
include:
111-
- name: android-min
111+
- name: android-minsdk
112112
emulator-service: android-emulator-min
113113
env-dir: env/android/min
114114
device-target: "android-min"
115115
avd-flavor: "minsdk"
116-
- name: android-max
116+
- name: android-maxsdk
117117
emulator-service: android-emulator-max
118118
env-dir: env/android/max
119119
device-target: "android-max"
@@ -124,7 +124,7 @@ jobs:
124124
id: android_targets
125125
run: |
126126
profile="android-max"
127-
if [ "${{ matrix.name }}" = "android-min" ]; then profile="android-min"; fi
127+
if [ "${{ matrix.name }}" = "android-minsdk" ]; then profile="android-min"; fi
128128
eval "$(scripts/targets.sh profile "$profile")"
129129
{
130130
echo "ANDROID_API=${ANDROID_API}"

.github/workflows/ci-e2e-optional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
strategy:
107107
matrix:
108108
include:
109-
- name: android-max
109+
- name: android-maxsdk
110110
emulator-service: android-emulator-max
111111
env-dir: env/android/max
112112
avd-flavor: "max"

env/android/max/.flox/env/manifest.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

env/android/min/.flox/env/manifest.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)