mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Another shot at caching
This commit is contained in:
parent
48f3304c69
commit
4d4013a7c8
1 changed files with 5 additions and 5 deletions
10
.github/workflows/prototyping.yml
vendored
10
.github/workflows/prototyping.yml
vendored
|
@ -17,10 +17,10 @@ jobs:
|
|||
linux:
|
||||
strategy:
|
||||
matrix:
|
||||
aesonVersion: [2.0.3]
|
||||
scientificVersion: [0.3.7]
|
||||
vectorVersion: [0.12.3]
|
||||
agdaVersion: [2.6.2]
|
||||
aesonVersion: [2.0.3.0]
|
||||
scientificVersion: [0.3.7.0]
|
||||
vectorVersion: [0.12.3.1]
|
||||
agdaVersion: [2.6.2.1]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
@ -55,4 +55,4 @@ jobs:
|
|||
run: ../luau-ast Examples/SmokeTest.lua | ./PrettyPrinter > Examples/SmokeTestOutput.lua
|
||||
- name: diff smoketest
|
||||
working-directory: prototyping
|
||||
run: diff Examples/SmokeTest.lua SmokeTestOutput.lua
|
||||
run: diff Examples/SmokeTest.lua Examples/SmokeTestOutput.lua
|
||||
|
|
Loading…
Add table
Reference in a new issue