mirror of
https://github.com/lifting-bits/remill
synced 2026-06-21 13:56:07 +00:00
CI: Install g++-8 on ubuntu to get access to std::filesystem.
This commit is contained in:
@@ -40,7 +40,9 @@ jobs:
|
||||
|
||||
- name: Build with build script
|
||||
shell: bash
|
||||
run: ./scripts/build.sh --llvm-version ${{ matrix.llvm }}
|
||||
run: |
|
||||
sudo apt-get update && sudo apt-get install g++-8
|
||||
./scripts/build.sh --llvm-version ${{ matrix.llvm }}
|
||||
- name: Build with build-presets script
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user