We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8339fc0 commit 26532d6Copy full SHA for 26532d6
1 file changed
.github/workflows/carts.yml
@@ -77,6 +77,23 @@ jobs:
77
with:
78
name: ${{ matrix.cart }}_nelua
79
path: ${{ matrix.cart }}_nelua.null0
80
+ # nim:
81
+ # name: Build & Publish Nim Carts
82
+ # runs-on: ubuntu-latest
83
+ # strategy:
84
+ # matrix:
85
+ # cart:
86
+ # - simple
87
+ # steps:
88
+ # - name: Checkout
89
+ # uses: actions/checkout@v4
90
+ # - name: Build Nim ${{ matrix.cart }} cart
91
+ # run: docker run -v ./carts/nim/${{ matrix.cart }}:/src -v .:/out konsumer/null0-cart-nim ${{ matrix.cart }}_nim
92
+ # - name: Upload Nim ${{ matrix.cart }} cart artifact
93
+ # uses: actions/upload-artifact@v4
94
+ # with:
95
+ # name: ${{ matrix.cart }}_nim
96
+ # path: ${{ matrix.cart }}_nim.null0
97
98
release:
99
name: Create Release
0 commit comments