Skip to content

Commit 7b564d6

Browse files
committed
cleanups
1 parent 0cb2969 commit 7b564d6

1 file changed

Lines changed: 8 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: 'default'
2424
install_packages: valgrind
2525
test: test-memory
26+
2627
- name: 'clang sanitizers'
2728
install_packages: clang
2829
test: test
@@ -31,11 +32,7 @@ jobs:
3132
LDFLAGS: -fsanitize=address,undefined,signed-integer-overflow -g
3233

3334
steps:
34-
- uses: actions/checkout@v5
35-
with:
36-
persist-credentials: false
37-
38-
- name: 'install libcurl'
35+
- name: 'install prereqs'
3936
env:
4037
MATRIX_PACKAGES: ${{ matrix.build.install_packages }}
4138
run: |
@@ -45,6 +42,10 @@ jobs:
4542
sudo apt-get -o Dpkg::Use-Pty=0 install \
4643
libcurl4-openssl-dev ${MATRIX_PACKAGES}
4744
45+
- uses: actions/checkout@v5
46+
with:
47+
persist-credentials: false
48+
4849
- name: 'checksrc'
4950
run: make checksrc
5051

@@ -68,8 +69,7 @@ jobs:
6869
runs-on: windows-2022
6970

7071
steps:
71-
- name: 'install cygwin'
72-
uses: cygwin/cygwin-install-action@f2009323764960f80959895c7bc3bb30210afe4d # v6
72+
- uses: cygwin/cygwin-install-action@f2009323764960f80959895c7bc3bb30210afe4d # v6
7373
with:
7474
site: https://mirrors.kernel.org/sourceware/cygwin/
7575
work-vol: 'D:'
@@ -80,11 +80,7 @@ jobs:
8080
persist-credentials: false
8181

8282
- name: 'make'
83-
run: |
84-
uname -a
85-
cc --version
86-
which cc
87-
make
83+
run: make
8884

8985
- name: 'sanity test'
9086
run: ./trurl -v

0 commit comments

Comments
 (0)