summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2020-01-06 01:52:19 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2020-01-06 01:52:20 -0800
commite44e3716d01993b4f83af212ab33dce94f4207c9 (patch)
treeaa29f0a4cf287fe788aa2a1922eb8b45e4d71902 /.github/workflows/ubuntu.yml
parente3aca289708845771052b698dac35e31c0254452 (diff)
Slightly change the job wording [ci skip]
mame-san said it's weird
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
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"