Skip to content

Commit

Permalink
CI: fix indentation in cygwin_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong13 authored and loki077 committed Nov 21, 2023
1 parent b37a0dc commit 7a6313b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cygwin_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: Prepare ccache timestamp
- name: Prepare ccache timestamp
id: ccache_cache_timestamp
shell: bash
run: |
Expand All @@ -159,7 +159,7 @@ jobs:
- uses: cygwin/cygwin-install-action@master
with:
packages: cygwin64 gcc-g++=10.2.0-1 ccache python37 python37-future python37-lxml python37-pip python37-setuptools python37-wheel git procps gettext
add-to-path: false
add-to-path: false
# Put ccache into github cache for faster build
- name: setup ccache
env:
Expand Down

0 comments on commit 7a6313b

Please sign in to comment.