Skip to content

Commit

Permalink
CI: remove use of actions/checkout for 32bit test
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 8, 2025
1 parent 50d6275 commit 79c89e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ jobs:
image: i386/debian:latest

steps:
- uses: actions/checkout@v4

- 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 79c89e9

Please sign in to comment.