From b4111451bf03486a9d488aa64a5bf2df0f7f322b Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 3 Jan 2022 11:15:42 +0200 Subject: [PATCH] ci: fix alexcrichton/toml-rs task in toml_ci.yml --- .github/workflows/toml_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/toml_ci.yml b/.github/workflows/toml_ci.yml index e13b71e5d9..0c2a6b8ac1 100644 --- a/.github/workflows/toml_ci.yml +++ b/.github/workflows/toml_ci.yml @@ -67,7 +67,7 @@ jobs: run: | git clone https://github.com/alexcrichton/toml-rs.git $TOML_AC_TESTS_PATH ## TODO: update/remove this pinning once all our skip lists are empty: - git -C $TOML_ALEXCRICHTON_TESTS_PATH checkout $TOML_AC_TESTS_PINNED_COMMIT + git -C $TOML_AC_TESTS_PATH checkout $TOML_AC_TESTS_PINNED_COMMIT - name: Run alexcrichton TOML tests run: ./v vlib/toml/tests/alexcrichton.toml-rs-tests_test.v