Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ropfuscator/librop
Browse files Browse the repository at this point in the history
  • Loading branch information
peperunas committed Aug 30, 2022
2 parents 9d7ce83 + 76ab4f1 commit 06d83e7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ jobs:
runs-on: self-hosted
steps:
- uses: actions/[email protected]
# - uses: cachix/install-nix-action@v15
# - uses: cachix/cachix-action@v10
# with:
# name: ropfuscator
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix-build
- uses: cachix/cachix-action@v10
with:
name: ropfuscator
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build -L

0 comments on commit 06d83e7

Please sign in to comment.