Skip to content

Commit

Permalink
Fixed build.
Browse files Browse the repository at this point in the history
  • Loading branch information
weetmuts committed Aug 25, 2023
1 parent adb080a commit aec843f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -15,6 +16,5 @@ jobs:
sudo chmod 666 /dev/fuse
sudo chown root:$USER /etc/fuse.conf
- run: ./configure
- run: make VERBOSE=
- run: echo "DONE BUILDING"
- run: make
- run: make test

0 comments on commit aec843f

Please sign in to comment.