Skip to content

Commit

Permalink
added build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerosn committed Nov 4, 2023
1 parent 10037fc commit f6ad6ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: "apt update"
- run: "apt install -y gcc g++ autotools-dev fuse3 libfuse-dev libfuse3-dev libattr1-dev"
- run: "sudo apt update"
- run: "sudo apt install -y gcc g++ autotools-dev fuse3 libfuse-dev libfuse3-dev libattr1-dev"
- run: "mkdir -p packaging/debian/usr/bin"
- run: "make cicpoffs"
- run: "cp cicpoffs packaging/debian/usr/bin/cicpoffs"
Expand Down

0 comments on commit f6ad6ca

Please sign in to comment.