Skip to content

Commit 8f82589

Browse files
committed
GitHub actions: whitespace cleanup
Remove stray space.
1 parent 6a8eff8 commit 8f82589

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ jobs:
140140
141141
# This job has been copied from the one above it, and modified to only build CBMC
142142
# and run the `regression/cbmc/` regression tests against Z3. The rest of the tests
143-
# (unit/regression) have been stripped based on the rationale that they are going
143+
# (unit/regression) have been stripped based on the rationale that they are going
144144
# to be run by the job above, which is basically the same, but more comprehensive.
145145
# The reason we opted for a new job is that adding a `test-z3` step to the current
146-
# jobs increases the job runtime to unacceptable levels (over 2hrs).
146+
# jobs increases the job runtime to unacceptable levels (over 2hrs).
147147
# This job takes approximately 18 minutes
148148
check-ubuntu-20_04-make-clang-smt-z3:
149149
runs-on: ubuntu-20.04
@@ -604,7 +604,6 @@ jobs:
604604
make CXX=clcache BUILD_ENV=MSVC -C jbmc/unit test
605605
- name: Run CBMC regression tests
606606
run: make CXX=clcache BUILD_ENV=MSVC -C regression test
607-
608607

609608
# This job takes approximately 1 minute
610609
check-clang-format:
@@ -709,7 +708,7 @@ jobs:
709708
with:
710709
submodules: recursive
711710
- name: Fetch dependencies
712-
run: |
711+
run: |
713712
sudo apt-get update
714713
sudo apt-get install --no-install-recommends -y g++ gdb flex bison cmake ninja-build maven jq libxml2-utils dpkg-dev ccache
715714
# remove libgcc-s1, which isn't normally available in Ubuntu 18.04

0 commit comments

Comments
 (0)