We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d6189d commit 466b9b3Copy full SHA for 466b9b3
.github/workflows/cmake.yml
@@ -70,7 +70,7 @@ jobs:
70
steps:
71
72
- name: Checkout LAPACK
73
- uses: actions/checkout@v2
+ uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
74
75
- name: Use GCC-11 on MacOS
76
if: ${{ matrix.os == 'macos-latest' }}
@@ -134,7 +134,7 @@ jobs:
134
135
136
137
138
139
- name: Configure CMake
140
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
0 commit comments