Skip to content

Commit

Permalink
Merge branch 'main' of github.com:simul/Teleport
Browse files Browse the repository at this point in the history
  • Loading branch information
rvkennedy committed Jul 26, 2024
2 parents ebddf26 + 388c97c commit f1e402e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_pc_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v4
- uses: snickerbockers/submodules-init@v4
- name: Checkout
uses: actions/checkout@v4
with:
lfs: 'true'
submodules: 'recursive'
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
Expand Down

0 comments on commit f1e402e

Please sign in to comment.