Compare commits
3 Commits
497de9e7c3
...
aa4a050058
| Author | SHA1 | Date | |
|---|---|---|---|
| aa4a050058 | |||
| a6cd50396c | |||
| 663ce0d082 |
@@ -5,12 +5,16 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
Compile:
|
Compile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: 'ghcr.io/void-linux/void-glibc-full:20260101r1'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- run: uname -a
|
||||||
|
|
||||||
- name: Compile software
|
- name: Compile software
|
||||||
run: g++ main.cpp -o program
|
run: g++ -std=c++23 main.cpp -o program
|
||||||
|
|
||||||
- name: Execute program
|
- name: Execute program
|
||||||
run: ./program
|
run: ./program
|
||||||
|
|||||||
Reference in New Issue
Block a user