mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
YAML syntax
This commit is contained in:
parent
9bcd346bd3
commit
36566cd741
1 changed files with 2 additions and 2 deletions
4
.github/workflows/prototyping.yml
vendored
4
.github/workflows/prototyping.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
agda: ['2.6.2.1']
|
||||
hackage: ['2022-01-31T23:42:28Z']
|
||||
hackage: ['hackage.haskell.org,2022-01-31T23:42:28Z']
|
||||
name: prototyping
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
run: sudo apt-get install -y cabal-install
|
||||
- name: cabal update
|
||||
working-directory: prototyping
|
||||
run: cabal v2-update hackage.haskell.org,${{ matrix.hackage }}
|
||||
run: cabal v2-update ${{ matrix.hackage }}
|
||||
- name: cabal install
|
||||
working-directory: prototyping
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue