mirror of
https://github.com/itzmeanjan/ml-kem.git
synced 2026-01-09 15:47:55 -05:00
Merge pull request #58 from reneleonhardt/chore/update-github-actions
chore: update github-actions
This commit is contained in:
10
.github/dependabot.yml
vendored
Normal file
10
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
- package-ecosystem: gitsubmodule
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
4
.github/workflows/test_ci.yml
vendored
4
.github/workflows/test_ci.yml
vendored
@@ -18,12 +18,12 @@ jobs:
|
||||
max-parallel: 4
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Setup Google-Test
|
||||
run: |
|
||||
pushd ~
|
||||
git clone https://github.com/google/googletest.git -b v1.16.0
|
||||
git clone https://github.com/google/googletest.git -b v1.17.0
|
||||
pushd googletest
|
||||
mkdir build
|
||||
pushd build
|
||||
|
||||
Reference in New Issue
Block a user