Skip to content

Commit

Permalink
sudo not available
Browse files Browse the repository at this point in the history
  • Loading branch information
MarDiehl committed Nov 20, 2023
1 parent f1599ea commit 86e4f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Fortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ jobs:

- name: Intel - Install
run: |
sudo apt-get update
sudo apt-get install \
apt-get update
apt-get install \
cmake
printenv >> $GITHUB_ENV
Expand Down

0 comments on commit 86e4f77

Please sign in to comment.