mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
Changed test.yaml to use actions/checkout@v1
This commit is contained in:
parent
fc56f39d17
commit
96e372bad2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -12,6 +12,6 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@v1
|
||||||
- name: make
|
- name: make
|
||||||
run: cd test && make
|
run: cd test && make
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue