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