Skip to content

Commit

Permalink
add -y option
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasrim committed Jan 14, 2025
1 parent e7244bd commit 478a08f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily-sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
- name: Configure & Build
run: |
apt update
apt upgrade
apt -y update
apt -y upgrade
apt install clang
which clang
echo "ulimit is"
Expand Down

0 comments on commit 478a08f

Please sign in to comment.