Skip to content

Commit 557e0a2

Browse files
committed
Fix version string + bump ZLS
1 parent 3685af4 commit 557e0a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/checkout@v4
4141
with:
4242
path: zig
43-
- run: sed -i 's/ZIG_VERSION="0.14.0-dev.2257+e6d2e1641"/ZIG_VERSION="0.14.0-dev.2987+183bb8b08"/' build
43+
- run: sed -i 's/ZIG_VERSION="0.14.0-dev.2257+e6d2e1641"/ZIG_VERSION="0.14.0-dev.3430+dea72d15d"/' build
4444
- run: sed -i 's/Doptimize=ReleaseFast/Doptimize=${{ matrix.release_mode }}/' build
4545
- run: cat build
4646
- run: CMAKE_GENERATOR=Ninja ./build ${{ matrix.target }} baseline
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@v4
5858
with:
5959
repository: zigtools/zls
60-
ref: d746d19a27729c519c58581838e17e733d35444d
60+
ref: 30b0da02c708ff0443557505676775109120df89
6161
- uses: actions/download-artifact@v4
6262
- name: chmod
6363
run: |

0 commit comments

Comments
 (0)