Skip to content

Commit

Permalink
GH jobs. v++
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Dec 26, 2024
1 parent 6c0638f commit 579f076
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_tests2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ env:

jobs:
version:
uses: xoriors/rencfs/.github/workflows/version_reusable2.yaml@main
uses: xoriors/rencfs/.github/workflows/version_reusable.yaml@main

build_and_test:
name: build and test
uses: xoriors/rencfs/.github/workflows/build_and_tests_reusable.yaml@main
uses: xoriors/rencfs/.github/workflows/build_and_tests_reusable2.yaml@main
secrets: inherit

package:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cargo-features = ["profile-rustflags"]
[package]
name = "rencfs"
description = "An encrypted file system that is mounted with FUSE on Linux. It can be used to create encrypted directories."
version = "0.14.2"
version = "0.14.3"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["Radu Marias <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion java-bridge/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 579f076

Please sign in to comment.