Skip to content

Commit

Permalink
Disable UBPorts support in CI
Browse files Browse the repository at this point in the history
UBPorts is stuck on Ubuntu 16.04, which provides no compiler capable
of C++20, so this has to wait until they catch up to at least 20.04.
  • Loading branch information
Grumbel committed Apr 22, 2021
1 parent 30395b3 commit 4a68838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/other.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
./test_supertux2
ubports:
if: false # FIXME: waiting for UBPorts moving to Ubuntu 20.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 4a68838

Please sign in to comment.