Skip to content

Commit

Permalink
Remove unbuildable
Browse files Browse the repository at this point in the history
  • Loading branch information
netheril96 committed Mar 1, 2024
1 parent f762af2 commit 18bd455
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,6 @@ jobs:
with:
path: build/securefs
name: securefs-linux-amd64

build-ubuntu-without-vcpkg:
runs-on: ubuntu-latest
timeout-minutes: 35
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: install
run: sudo apt-get install fuse libfuse-dev libcrypto++-dev libargon2-dev libtclap-dev libabsl-dev libutf8proc-dev libjsoncpp-dev doctest-dev libsqlite3-dev
- name: configure
run: mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DSECUREFS_USE_VCPKG=OFF ..
- name: build
run: cmake --build build --config Release
- name: test
run: cd build && ctest -V -C Release

build-mac:
runs-on: macos-11
Expand Down

0 comments on commit 18bd455

Please sign in to comment.