Skip to content

Commit

Permalink
Bump runtime versions
Browse files Browse the repository at this point in the history
  • Loading branch information
akru committed Dec 19, 2021
1 parent 1109d33 commit 26dbe20
Show file tree
Hide file tree
Showing 7 changed files with 157 additions and 168 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ jobs:
nix_path: nixpkgs=channel:nixos-21.11

- name: Build using Nix shell
run: nix-shell --run "cargo build --release --locked"
run: nix-shell --run "cargo build --locked"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
nix_path: nixpkgs=channel:nixos-21.11

- name: Build crates documentation
run: nix-shell --run "cargo doc --workspace --release --no-deps"
run: nix-shell --run "cargo doc --workspace --no-deps"

- name: Push index.html
run: echo "<meta http-equiv=\"refresh\" content=\"0; URL='./robonomics_protocol/index.html'\" />" > ./target/doc/index.html
Expand Down
Loading

0 comments on commit 26dbe20

Please sign in to comment.