index
:
mingw-w64-dpp.git
"Mingw64 Driver Plus Plus": C++, DDK and (EA)STL made easy!
log msg
author
committer
range
main
release-1.0
release-1.1
release-1.2
release-1.3
tmp
about
summary
refs
log
tree
commit
diff
path:
root
/
.github
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Toni Uhlig <matzeton@googlemail.com>
2022-12-21 18:30:51 +0100
committer
Toni Uhlig <matzeton@googlemail.com>
2022-12-23 18:30:51 +0100
commit
00c2f86a2afff9a5e1ed4d05b8a0d252a95ca213
(
patch
)
tree
11cea98de1181e3c61b4238ad46b775369f3923b
/
.github
parent
5086b13f9e486e2ed953bf5eccb6851bd6e2b1b4
(
diff
)
Tiny fixes.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat
(limited to '.github')
-rw-r--r--
.github/workflows/build.yml
4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 06a5415..1f51210 100644
--- a/
.github/workflows/build.yml
+++ b/
.github/workflows/build.yml
@@ -27,10 +27,10 @@ jobs:
matrix:
os: ["ubuntu-latest", "ubuntu-18.04"]
include:
- - compiler: "default-cc"
+ - compiler: "gcc"
os: "ubuntu-latest"
- compiler: "gcc-7"
- os: "ubuntu-latest"
+ os: "ubuntu-18.04"
steps:
- uses: actions/checkout@v2