Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yangao07 authored Jan 16, 2024
1 parent 4a1a336 commit 3c983aa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Preparing Repositories
uses: actions/checkout@v3
with:
token: '${{ secrets.ACCESS_TOKEN }}'
submodules: recursive

- name: make
run: make

0 comments on commit 3c983aa

Please sign in to comment.