Skip to content

Commit

Permalink
is cargo just there?
Browse files Browse the repository at this point in the history
  • Loading branch information
pypeaday committed Dec 5, 2024
1 parent e667e4e commit 354d93c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ jobs:
- name: Checkout 🛎
uses: actions/checkout@v4

- name: Install Cargo 🦀
run: curl https://sh.rustup.rs -sSf | sh -y
# - name: Install Cargo 🦀
# run: curl https://sh.rustup.rs -sSf | sh -y

- name: Install marmite 🫙
run: cargo install marmite

# put site in markout to stay consistent with existing pages/cloudflare configuration
- name: Build site 🏗️
Expand Down

0 comments on commit 354d93c

Please sign in to comment.