Skip to content

Commit

Permalink
chore: Update GitHub workflow to use composer for dependency manageme…
Browse files Browse the repository at this point in the history
…nt and install Rust and scout-seeker
  • Loading branch information
ewilan-riviere committed Aug 24, 2024
1 parent 7b17fc5 commit 7a55016
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/run-tests-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
run: |
apk add wget
wget https://github.com/kiwilan/php-filelist/archive/refs/heads/main.zip
unzip main.zip
mv php-filelist-main/* .
rm -rf php-filelist-main
rm main.zip
ls
- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 7a55016

Please sign in to comment.