Skip to content

Commit

Permalink
no sudo make
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Jun 24, 2024
1 parent 594ab99 commit 4976972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
cd hdf5-snapshot-1.14
cmake -B build -DCMAKE_Fortran_COMPILER=ifx -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DHDF5_BUILD_FORTRAN=ON -DCMAKE_INSTALL_PREFIX=/usr
cd build
sudo make -j
make -j
sudo make install
- name: (Windows) Put MSYS2_MinGW64 on PATH
Expand Down

0 comments on commit 4976972

Please sign in to comment.