mirror of
https://github.com/itzmeanjan/ml-kem.git
synced 2026-01-10 08:07:56 -05:00
update Github Actions script to use latest version v4
Signed-off-by: Anjan Roy <hello@itzmeanjan.in>
This commit is contained in:
7
.github/workflows/test_ci.yml
vendored
7
.github/workflows/test_ci.yml
vendored
@@ -14,12 +14,7 @@ jobs:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
# From https://github.com/marketplace/actions/actions-setup-cmake
|
||||
- name: Setup CMake
|
||||
uses: jwlawson/actions-setup-cmake@v1.13
|
||||
with:
|
||||
cmake-version: 'latest'
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup Google-Test
|
||||
run: |
|
||||
pushd ~
|
||||
|
||||
Reference in New Issue
Block a user