Skip to content

Commit af3caa7

Browse files
committed
sada
1 parent 6fa1625 commit af3caa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rules_sass-compiler-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# non-random temporary directory during compilation. By default, macOS uses a random subfolder in /var/folders/...,
3535
# but we can override this by setting the TMPDIR environment variable to a fixed path within the workspace.
3636
- run: |
37-
dart compile exe src/compiler/bin/x_sass.dart -o src/compiler/built/${{ matrix.bin_name }} --extra-gen-snapshot-options=--deterministic --worker_threads=1
37+
dart compile exe src/compiler/bin/x_sass.dart -o src/compiler/built/${{ matrix.bin_name }} --extra-gen-snapshot-options=--deterministic,--worker_threads=1
3838
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
3939
with:
4040
name: ${{ matrix.bin_name }}

0 commit comments

Comments
 (0)