Skip to content

Commit

Permalink
Updated GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
akb825 committed Mar 11, 2024
1 parent db1f182 commit e5a47a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cmake_args: "-DVFC_SHARED=ON"
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download submodules
run: git submodule update --init
working-directory: "${{ github.workspace }}"
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
cmake_args: "-DVFC_SHARED=ON"
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download submodules
run: git submodule update --init
working-directory: "${{ github.workspace }}"
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
cmake_args: "-DVFC_SHARED=ON"
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download submodules
run: git submodule update --init
shell: bash
Expand Down

0 comments on commit e5a47a8

Please sign in to comment.