Skip to content

Commit 41045b1

Browse files
authored
Fix
1 parent 186e740 commit 41045b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
micromamba create -n xeus-lite-host jupyterlite-core
239239
micromamba activate xeus-lite-host
240240
python -m pip install jupyterlite-xeus
241-
jupyter lite build --XeusAddon.prefix=${{ env.CLING_HASH }}
241+
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }}
242242
243243
- name: Setup tmate session
244244
if: ${{ failure() && runner.debug }}

0 commit comments

Comments
 (0)