We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e05a55 commit fef5774Copy full SHA for fef5774
.github/workflows/workflow.yaml
@@ -4,7 +4,7 @@ on:
4
5
jobs:
6
test:
7
- runs-on: macos-latest
+ runs-on: ubuntu-latest
8
permissions:
9
contents: read
10
id-token: write
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v4
14
- name: install buck
15
run: |
16
- curl -Lo $HOME/buck.zst https://github.com/facebook/buck2/releases/download/2024-08-15/buck2-aarch64-apple-darwin.zst
+ curl -Lo $HOME/buck.zst https://github.com/facebook/buck2/releases/download/2024-08-15/buck2-x86_64-unknown-linux-musl.zst
17
zstd --decompress $HOME/buck.zst
18
chmod +x $HOME/buck
19
0 commit comments