From e44e3716d01993b4f83af212ab33dce94f4207c9 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 6 Jan 2020 01:52:19 -0800 Subject: Slightly change the job wording [ci skip] mame-san said it's weird --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ubuntu.yml') diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 65a140c186..66d7065d63 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -53,7 +53,7 @@ jobs: sudo apt-get update -q || : sudo apt-get install --no-install-recommends -q -y build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm-dev bison autoconf ruby # Not using official actions/checkout because it's unstable and sometimes doesn't work for a fork. - - name: Checkout push to ruby + - name: Checkout ruby run: | git clone --single-branch --shallow-since=yesterday https://github.com/${{ github.repository }} src git -C src reset --hard "$GITHUB_SHA" -- cgit v1.2.3