Skip to content

Commit

Permalink
Fixed uses typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rayzhuca committed Feb 18, 2024
1 parent d2b4bc6 commit 1e3ad7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
steps:
- run: cd ${{ github.workspace }}
- name: Initialize cmake project in ./build
uses: cmake -S . -B ./build
- run: cmake -S . -B ./build
- name: Run cmake build
- run: cmake build --build

0 comments on commit 1e3ad7f

Please sign in to comment.