Skip to content

Commit

Permalink
Update test_build_deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BrooksCunningham committed Jan 22, 2025
1 parent cba3efe commit af41537
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test_build_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,17 @@ jobs:
needs: run-waf-tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.54.0 # current Rust toolchain for Compute@Edge
target: wasm32-wasi # WebAssembly target
target: wasm32-wasi # WebAssembly target
# toolchain: 1.54.0 # current Rust toolchain for Compute@Edge


- name: Deploy to Compute@Edge
uses: fastly/compute-actions@v5
uses: fastly/compute-actions@v11
env:
FASTLY_API_TOKEN: ${{ secrets.FASTLY_API_TOKEN }}
with:
Expand Down

0 comments on commit af41537

Please sign in to comment.