We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa1625 commit af3caa7Copy full SHA for af3caa7
.github/workflows/rules_sass-compiler-updates.yml
@@ -34,7 +34,7 @@ jobs:
34
# non-random temporary directory during compilation. By default, macOS uses a random subfolder in /var/folders/...,
35
# but we can override this by setting the TMPDIR environment variable to a fixed path within the workspace.
36
- 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
+ dart compile exe src/compiler/bin/x_sass.dart -o src/compiler/built/${{ matrix.bin_name }} --extra-gen-snapshot-options=--deterministic,--worker_threads=1
38
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
39
with:
40
name: ${{ matrix.bin_name }}
0 commit comments