Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Luca1991/NDSFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca1991 committed Aug 25, 2024
2 parents 11367bf + a7537b5 commit c916f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:

jobs:
build-linux:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4.1.7

- name: Create Build Environment
run: |
sudo apt-get update
sudo apt-get install -y build-essential libgl1-mesa-dev and libglvnd-dev cmake qt6-base-dev libfmt-dev
sudo apt-get install -y build-essential libgl1-mesa-dev and libglvnd-dev cmake qt6-base-dev
mkdir build
- name: Configure CMake
Expand Down

0 comments on commit c916f47

Please sign in to comment.