test
This commit is contained in:
@@ -6,5 +6,14 @@ jobs:
|
||||
Compile:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: "g++ -std=c++23 main.cpp -o program"
|
||||
- run: "./program"
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- run: apt install gcc-15
|
||||
- run: g++ --version
|
||||
|
||||
- name: Compile software
|
||||
run: g++ -std=c++23 main.cpp -o program
|
||||
|
||||
- name: Execute program
|
||||
run: ./program
|
||||
|
||||
Reference in New Issue
Block a user