Skip to content

Commit

Permalink
💚 fix Ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Dec 10, 2022
1 parent 5fa4e66 commit 23e6922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
target: [ci_cmake_flags, ci_test_diagnostics, ci_test_noexceptions, ci_test_noimplicitconversions, ci_test_legacycomparison, ci_test_noglobaludls]
steps:
- name: Install build-essential
run: apt-get update ; apt-get install -y build-essential unzip clang
run: apt-get update ; apt-get install -y build-essential unzip clang wget
- uses: actions/checkout@v3
- name: Get latest CMake and ninja
uses: lukka/get-cmake@latest
Expand Down

0 comments on commit 23e6922

Please sign in to comment.