We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7028263 commit b63087eCopy full SHA for b63087e
.github/workflows/cpp.yml
@@ -4,11 +4,11 @@ on:
4
push:
5
branches: [ "main" ]
6
paths:
7
- - 'simple_cpp/**'
+ - 'cpp/**'
8
pull_request:
9
10
11
12
13
jobs:
14
build:
@@ -17,7 +17,7 @@ jobs:
17
18
defaults:
19
run:
20
- working-directory: ./simple_cpp
+ working-directory: ./cpp
21
22
container:
23
image: gcc:15.2.0
simple_cpp/input.in renamed to cpp/input.in
simple_cpp/main.cpp renamed to cpp/main.cpp
0 commit comments