Skip to content

Commit

Permalink
Another try.
Browse files Browse the repository at this point in the history
  • Loading branch information
joka921 committed Dec 11, 2023
1 parent 0e88b4b commit a5302c5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/native-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ concurrency:
cancel-in-progress: true

jobs:
checkout:
uses: actions/checkout@v3
with:
submodules: 'recursive'
install-dependencies:
uses: ./.github/workflows/install-dependencies-ubuntu.yml

build:
# The CMake configure and build commands are platform-agnostic and should work equally
# well on Windows or Mac. You can convert this to a matrix build if you need
Expand Down Expand Up @@ -57,12 +64,6 @@ jobs:


steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'

- name: Install dependencies
uses: ./.github/workflows/install-dependencies-ubuntu.yml
- name: Install gcc 11
run : sudo add-apt-repository ppa:ubuntu-toolchain-r/test && sudo apt update && sudo apt install -y gcc-11 g++-11
if : matrix.compiler == 'gcc' && matrix.compiler-version == 11
Expand Down

0 comments on commit a5302c5

Please sign in to comment.