Skip to content

Commit

Permalink
No question from apt
Browse files Browse the repository at this point in the history
  • Loading branch information
vatj committed Oct 7, 2024
1 parent 59a466b commit d6a79d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v4

- name: Install gcc to compile avro and twofish
run: sudo apt-get install gcc
run: sudo apt-get install -y gcc

- name: Setup python # This step also takes care of caching dependencies
uses: actions/setup-python@v5
Expand Down

0 comments on commit d6a79d1

Please sign in to comment.