mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
use index-state in cabal update as well
This commit is contained in:
parent
b619d73b16
commit
13305ce3d5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/prototyping.yml
vendored
2
.github/workflows/prototyping.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
run: sudo apt-get install -y cabal-install
|
||||
- name: cabal update
|
||||
working-directory: prototyping
|
||||
run: cabal update
|
||||
run: cabal update --index-state=${{ env.INDEX_STATE }}
|
||||
- name: cabal install
|
||||
working-directory: prototyping
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue