Skip to content

Commit 3955311

Browse files
authored
Merge pull request #64 from nikomatsakis/main
fix various github action failures
2 parents 0a36232 + 1094fbf commit 3955311

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/mdbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
5858
- name: Install mdBook
5959
run: |
60-
cargo install --version ${MDBOOK_VERSION} mdbook
61-
cargo install mdbook-mermaid
60+
cargo install --force --version ${MDBOOK_VERSION} mdbook
61+
cargo install --force mdbook-mermaid
6262
6363
- name: Setup Pages
6464
id: pages

.github/workflows/release-binaries.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
release:
66
types: [published]
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
build-binaries:
1013
name: Build ${{ matrix.target }}

0 commit comments

Comments
 (0)