Skip to content

Commit

Permalink
fix ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
larskuhtz committed Jul 3, 2024
1 parent 750d74c commit cf9c59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# Install libc6 for cabal-cache on ubuntu-20.04
- name: Install libc6 on ubuntu-20.04
if: matrix.os == 'ubuntu-20.04'
run: apt-get install libc6
run: sudo apt-get install libc6

# Haskell Setup
- name: Set permissions for .ghcup (ubuntu)
Expand Down

0 comments on commit cf9c59b

Please sign in to comment.