Skip to content

Commit

Permalink
rustc --version --verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
edmorley committed Jan 23, 2025
1 parent aef5e69 commit b5f0a5b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: CI

on:
push:
# Avoid duplicate builds on PRs.
branches:
- main
pull_request:

permissions:
Expand Down Expand Up @@ -65,6 +62,8 @@ jobs:
run: rustup target add ${{ matrix.arch == 'arm64' && 'aarch64-unknown-linux-musl' || 'x86_64-unknown-linux-musl' }}
- name: Rust Cache
uses: Swatinem/[email protected]
- name: Rust version
run: rustc --version --verbose
- name: Install Pack CLI
uses: buildpacks/github-actions/[email protected]
- name: Pull builder image
Expand Down

0 comments on commit b5f0a5b

Please sign in to comment.