Skip to content

Commit

Permalink
fix CI/CD flow for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-naumov committed May 2, 2024
1 parent 7867c69 commit b9d06de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu_22_04_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
working-directory: ${{github.workspace}}/src
run: |
./screen -v
./screen -ls
./screen -ls || echo $?
make clean
- name: clang configure
Expand All @@ -73,4 +73,4 @@ jobs:
run: |
./screen -v
./screen --help
./screen -ls
./screen -ls || echo $?

0 comments on commit b9d06de

Please sign in to comment.