We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3685af4 commit 557e0a2Copy full SHA for 557e0a2
.github/workflows/ci.yaml
@@ -40,7 +40,7 @@ jobs:
40
- uses: actions/checkout@v4
41
with:
42
path: zig
43
- - run: sed -i 's/ZIG_VERSION="0.14.0-dev.2257+e6d2e1641"/ZIG_VERSION="0.14.0-dev.2987+183bb8b08"/' build
+ - run: sed -i 's/ZIG_VERSION="0.14.0-dev.2257+e6d2e1641"/ZIG_VERSION="0.14.0-dev.3430+dea72d15d"/' build
44
- run: sed -i 's/Doptimize=ReleaseFast/Doptimize=${{ matrix.release_mode }}/' build
45
- run: cat build
46
- run: CMAKE_GENERATOR=Ninja ./build ${{ matrix.target }} baseline
@@ -57,7 +57,7 @@ jobs:
57
58
59
repository: zigtools/zls
60
- ref: d746d19a27729c519c58581838e17e733d35444d
+ ref: 30b0da02c708ff0443557505676775109120df89
61
- uses: actions/download-artifact@v4
62
- name: chmod
63
run: |
0 commit comments