Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaosongyang-sv authored Oct 31, 2024
1 parent f6bca1e commit f677964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
cd /home/runner/work/monolake/examples/ &&
./gen_cert.sh &&
cp certs/server.key certs/key.pem &&
cp certs/server.crt certs/cert.pem &&
cp certs/server.crt certs/cert.pem
- name: Run-Proxy
uses: actions-rs/cargo@v1
with:
command: "run"
args: "--package monolake -- -c benchmark/proxy/monolake/monolake.toml"
args: "--package monolake -- -c benchmark/proxy/monolake/monolake.toml &"
- name: Install-Run-Server
run: |
sudo apt-get update &&
Expand Down

0 comments on commit f677964

Please sign in to comment.