Skip to content

Commit

Permalink
Fix apt command
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Jun 28, 2024
1 parent 54a7e2b commit e7a4b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-app-reproducible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
path: dist
steps:
- name: Install diffoscope
run: apt-get install diffoscope
run: sudo apt-get install diffoscope

- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit e7a4b23

Please sign in to comment.