File tree Expand file tree Collapse file tree 2 files changed +19
-13
lines changed
Expand file tree Collapse file tree 2 files changed +19
-13
lines changed Original file line number Diff line number Diff line change 4343 version : 0.12.0
4444 - run : zig build -Dtarget=${{ matrix.target }}
4545 - run : zig build test
46-
47- install-script :
48- strategy :
49- matrix :
50- target :
51- - " ubuntu-latest"
52- - " macos-latest"
53- - " macos-13"
54-
55- runs-on : ${{ matrix.target }}
56- steps :
57- - run : curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/AMythicDev/zigverm/main/scripts/install.sh | bash
58- - run : ls ~/.zigverm/bin/
Original file line number Diff line number Diff line change 1+ name : ci
2+ on :
3+ push : tags
4+ jobs :
5+ install-script :
6+ strategy :
7+ matrix :
8+ target :
9+ - " ubuntu-latest"
10+ - " macos-latest"
11+ - " macos-13"
12+
13+ runs-on : ${{ matrix.target }}
14+ steps :
15+ - run : curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/AMythicDev/zigverm/main/scripts/install.sh | bash
16+ - run : ls ~/.zigverm/bin/
17+
18+
19+
You can’t perform that action at this time.
0 commit comments