Skip to content

Commit

Permalink
chore: upgrade tailcall
Browse files Browse the repository at this point in the history
  • Loading branch information
MedHeikelBouzayene committed Jan 15, 2025
1 parent 705a186 commit 63179ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-tailcall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: MedHeikelBouzayene/tailcall
ref: fix/graphql_nested_queries
ref: main

test:
name: Run Tests on linux-x64-gnu
Expand All @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: MedHeikelBouzayene/tailcall
ref: fix/graphql_nested_queries
ref: main

- uses: taiki-e/install-action@cargo-llvm-cov

Expand All @@ -83,7 +83,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: MedHeikelBouzayene/tailcall
ref: fix/graphql_nested_queries
ref: main

- name: Set up Rust
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: MedHeikelBouzayene/tailcall
ref: fix/graphql_nested_queries
ref: main

- id: create_release
uses: release-drafter/release-drafter@v6
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: MedHeikelBouzayene/tailcall
ref: fix/graphql_nested_queries
ref: main

- name: Install Correct Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down

0 comments on commit 63179ba

Please sign in to comment.