Compare commits
2 Commits
aa4a050058
...
497de9e7c3
| Author | SHA1 | Date | |
|---|---|---|---|
| 497de9e7c3 | |||
| e8312aae1d |
@@ -5,16 +5,12 @@ 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++ -std=c++23 main.cpp -o program
|
||||
run: g++ main.cpp -o program
|
||||
|
||||
- name: Execute program
|
||||
run: ./program
|
||||
|
||||
Reference in New Issue
Block a user