4
0
mirror of https://github.com/AltarikMC/Launcher synced 2024-11-23 06:29:51 +01:00

Remove frozen filelock

This commit is contained in:
Quentin Legot 2024-06-29 10:39:09 +02:00
parent 3477ee0db5
commit f1e3fa1649

View File

@ -24,7 +24,7 @@ jobs:
cache: 'yarn'
architecture: 'x64'
- name: Install dependencies
run: yarn install --frozen-lockfile
run: yarn install
- name: Build and publish package
run: yarn run publish
env: