Skip to content

Commit

Permalink
Update checkout action to fix node.js warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Auburn committed Apr 27, 2024
1 parent 17d7096 commit 43018ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
no-cache: true

- name: 'Checkout'
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 'CMake Configure Debug'
run: cmake -S ${{ github.workspace }} -B ${{ github.workspace }}/debug -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/install/FastSIMD" ${{ matrix.cmake_options }}
Expand Down

0 comments on commit 43018ab

Please sign in to comment.