Skip to content

Commit cd52b34

Browse files
authored
Update main.yml
1 parent e763394 commit cd52b34

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v2
2424

2525
- name: environment variables
26-
run: echo ${{ env }}
26+
run: printenv
2727
# Runs a single command using the runners shell
2828
- name: prepare workspace
2929
run: |
@@ -38,8 +38,4 @@ jobs:
3838
./configure --prefix=/usr
3939
make -j4
4040
sudo make install
41-
make check
42-
43-
- name: check files
44-
run: echo " " && ls .
45-
41+
make check

0 commit comments

Comments
 (0)