diff options
author | kaiwu <kaiwu2004@gmail.com> | 2025-03-17 16:13:58 +0800 |
---|---|---|
committer | kaiwu <kaiwu2004@gmail.com> | 2025-03-17 16:13:58 +0800 |
commit | 90dfbb5b85045d1ed05a76bad63db2f8218a7098 (patch) | |
tree | 5e8c3663c11504b8989b69c798a0a8bab5041b8a | |
parent | 2ce64f2d4cbba44258beefedaf544b0424857f18 (diff) | |
download | wechat_dev_tools-90dfbb5b85045d1ed05a76bad63db2f8218a7098.tar.gz wechat_dev_tools-90dfbb5b85045d1ed05a76bad63db2f8218a7098.zip |
github test
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 37da810..c157214 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - uses: erlef/setup-beam@v1 with: otp-version: "26.0.2" - gleam-version: "1.3.0" + gleam-version: "1.9.0" rebar3-version: "3" # elixir-version: "1.15.4" - run: gleam deps download |