File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ jobs:
4040 - name : Install required libraries
4141 run : sudo apt-get update && sudo apt-get install -y libgtk-4-dev libgraphene-1.0-dev libavif-dev
4242
43- - name : Cache Playwright dependencies
44- id : cache-pw
45- uses : actions/cache@v2
46- with :
47- path : /home/runner/.cache/ms-playwright
48- key : playwright-${{ runner.os }}-${{ hashFiles('playwrightVersion.mill') }}
49- restore-keys : |
50- playwright-${{ runner.os }}-${{ hashFiles('playwrightVersion.mill') }}
43+ # - name: Cache Playwright dependencies
44+ # id: cache-pw
45+ # uses: actions/cache@v2
46+ # with:
47+ # path: /home/runner/.cache/ms-playwright
48+ # key: playwright-${{ runner.os }}-${{ hashFiles('playwrightVersion.mill') }}
49+ # restore-keys: |
50+ # playwright-${{ runner.os }}-${{ hashFiles('playwrightVersion.mill') }}
5151
5252 - name : formatCheck
5353 run : ./mill mill.scalalib.scalafmt.ScalafmtModule/checkFormatAll __.sources
Original file line number Diff line number Diff line change 11package build
22
3- val pwV = "1.50 .0"
3+ val pwV = "1.51 .0"
You can’t perform that action at this time.
0 commit comments