Skip to content

Commit

Permalink
ci: 💚 fix whitespace trailing
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvmx authored Mar 5, 2021
1 parent ba9ee75 commit 5706f81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
- uses: actions/checkout@v2
- name: Configure CMake
run: cmake -G "MinGW Makefiles" -B build

- name: Generate revision information
shell: bash
run: |
curl https://raw.githubusercontent.com/Autorevision/autorevision/master/autorevision.sh -o autorevision
./autorevision -t h > autorevision.h
- name: Build libhack
run: make
working-directory: build
Expand Down

0 comments on commit 5706f81

Please sign in to comment.