Skip to content

Commit 5bd0da4

Browse files
annevksideshowbarker
authored andcommitted
Keep CI without warnings with some manual maintenance
Helps with whatwg/wattsi#99.
1 parent af9922d commit 5bd0da4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ set -o pipefail
77
cd "$(dirname "$0")"
88
DIR=$(pwd)
99

10-
# The latest required version of Wattsi. Update this if you change how ./build.sh invokes Wattsi.
10+
# The latest required version of Wattsi. Update this and the fallback in
11+
# https://github.com/whatwg/wattsi/blob/master/src/build.sh if you change how ./build.sh invokes
12+
# Wattsi.
1113
WATTSI_LATEST=76
1214

1315
# Shared state variables throughout this script

0 commit comments

Comments
 (0)