Skip to content

Commit

Permalink
Downgrade Linux stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Dec 7, 2023
1 parent e8523d0 commit 6645ab3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ name: Build
on: push

jobs:
ubuntu-20-04:
runs-on: ubuntu-20.04
debian-10:
runs-on: [debian-10]
steps:
- uses: actions/checkout@v3

- name: Build Soup
run: php Sun/vendor/Soup/build_lib.php

- name: Build Sun
run: clang -o suncli Sun/sun.cpp -ISun/vendor/Soup libsoup.a -std=c++20
run: clang -o suncli Sun/sun.cpp -ISun/vendor/Soup libsoup.a -std=c++17

- name: Upload Sun
uses: actions/upload-artifact@v3
with:
name: "Ubuntu 20.04"
name: "Debian 10 and above"
path: suncli

0 comments on commit 6645ab3

Please sign in to comment.