Skip to content

Commit

Permalink
backup
Browse files Browse the repository at this point in the history
  • Loading branch information
ZitaLiao committed Sep 10, 2023
1 parent a3f3c62 commit 2215547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Initialize submodules
- uses: actions/checkout@v1
with:
submodules: 'true'
- run: pwd
- run: ls -l ./
- run: ls ./ext/googletest/
- run: ls ./ext/libdatachannels
- run: git submodule update --init --recursive
- name: Initialize submodules
run: git submodule update --init --recursive
- name: Configure
run: mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release ..
- name: make
Expand Down

0 comments on commit 2215547

Please sign in to comment.