[READ-ONLY] Mirror of https://github.com/Schniz/m1-node-versions.
0

Configure Feed

Select the types of activity you want to include in your feed.

use zig cc again

Gal Schlezinger (May 12, 2022, 6:11 PM +0300) 368ecaaa 9b0557ad

+1 -2
+1 -2
.github/workflows/build.yml
··· 36 36 - run: node-build --version 37 37 - run: zig version 38 38 - run: | 39 - export CC="zig cc" 40 - node-build --compile --verbose "${{ matrix.version }}" "./output" 39 + CC="zig cc" node-build --compile --verbose "${{ matrix.version }}" "./output" 41 40 - run: ls output