Skip to content

Commit

Permalink
AAAAAARRRRRRRRGGGGGGGHHHHHHHH!!!!!!!!!!!!!!!!!!!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Jun 9, 2022
1 parent b020e6e commit 9b0324a
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 384 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup-builder/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ runs:
- name: Setup Rust toolchain
shell: bash
run: |
echo "CARGO_HOME is $CARGO_HOME"
echo "RUSTUP_HOME is $RUSTUP_HOME"
exit 1
echo "Installing ${{ inputs.rust-version }}"
rustup toolchain install ${{ inputs.rust-version }}
rustup default ${{ inputs.rust-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/miri.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

name: Rust
name: MIRI

on:
# always trigger
Expand Down
Loading

0 comments on commit 9b0324a

Please sign in to comment.