Skip to content

Commit

Permalink
Merge pull request #65 from golemfactory/prek/encrypted
Browse files Browse the repository at this point in the history
Prek/encrypted
  • Loading branch information
prekucki authored Apr 25, 2024
2 parents 03e7038 + a9b6f1a commit c7c86ff
Show file tree
Hide file tree
Showing 19 changed files with 1,025 additions and 290 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
target: x86_64-unknown-linux-musl
override: true

- uses: golemfactory/build-deb-action@v2
- uses: golemfactory/build-deb-action@v5
id: deb
with:
debVersion: ${{ steps.version.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
name: Build
env:
RUSTFLAGS: "-D warnings -C opt-level=z -C target-cpu=x86-64 -C debuginfo=1"
RUSTFLAGS: "-D warnings -C opt-level=z -C debuginfo=1"
X86_64_PC_WINDOWS_MSVC_OPENSSL_DIR: c:/vcpkg/installed/x64-windows
runs-on: ${{ matrix.os }}
strategy:
Expand Down
Loading

0 comments on commit c7c86ff

Please sign in to comment.