We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ec3d0 commit 0d2c6dbCopy full SHA for 0d2c6db
.github/workflows/check-binary-size.yml
@@ -22,7 +22,9 @@ jobs:
22
name: Check binary size
23
strategy:
24
matrix:
25
- platform: [ubuntu-latest, windows-latest]
+ # FIXME(jubilee): the immutable upload needs us to disambiguate things
26
+ # platform: [ubuntu-latest, windows-latest]
27
+ platform: [ubuntu-latest]
28
runs-on: ${{ matrix.platform }}
29
permissions:
30
contents: read
0 commit comments