Skip to content

Commit 5e8e627

Browse files
committed
.
1 parent b45d75b commit 5e8e627

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

playwrightVersion.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package build
22

3-
val pwV = "1.50.0"
3+
val pwV = "1.51.0"

0 commit comments

Comments
 (0)