Skip to content

Commit

Permalink
fix clone repository URL of fast_io library
Browse files Browse the repository at this point in the history
  • Loading branch information
trcrsired committed Mar 31, 2024
1 parent 15522b9 commit 89147a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Clone fast_io
run: git clone -b next https://github.com/trcrsired/fast_io
run: git clone -b next https://github.com/cppfastio/fast_io
- name: Install ninja-build tool
uses: seanmiddleditch/gha-setup-ninja@v4
- name: cmake
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ilammy/[email protected]
- name: Clone fast_io
run: git clone -b next https://github.com/trcrsired/fast_io
run: git clone -b next https://github.com/cppfastio/fast_io
- name: cmake
run: cmake -GNinja . -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -DFAST_IO_DIR=fast_io
- name: ninja
Expand Down

0 comments on commit 89147a2

Please sign in to comment.