Skip to content

Commit

Permalink
CI: move checkout at the begining
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Olivier <[email protected]>
  • Loading branch information
martin-olivier committed Jan 9, 2025
1 parent 8fcb693 commit 6e61810
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,15 @@ jobs:
- ${{ github.workspace }}:/workspace

steps:
# https://github.com/actions/upload-artifact/issues/616
- uses: actions/checkout@v1

- name: Update packages
run: apt update

- name: Install build tools
run: apt install -y build-essential cmake

# https://github.com/actions/upload-artifact/issues/616
- uses: actions/checkout@v1

- name: Generate project files
run: cmake . -B build -DCMAKE_CXX_STANDARD=${{ matrix.cxx-std }} -DDYLIB_BUILD_TESTS=ON -DDYLIB_WARNING_AS_ERRORS=ON

Expand Down

0 comments on commit 6e61810

Please sign in to comment.