Skip to content

Commit

Permalink
add uses int yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tzhu committed Mar 15, 2024
1 parent 687497e commit 761286b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ name: C/C++ CI

on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: check the environment
run: g++ --version && git --version && bash --version
- name: list the environment
Expand Down

0 comments on commit 761286b

Please sign in to comment.