Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
fix: install rapidjson when *.deb is cached
Browse files Browse the repository at this point in the history
  • Loading branch information
boidolr committed Oct 9, 2023
1 parent 443c8a8 commit 96134a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: |
wget "https://launchpad.net/ubuntu/+source/rapidjson/1.1.0+dfsg2-3/+build/14513429/+files/rapidjson-dev_1.1.0+dfsg2-3_all.deb" -O rapidjson.deb
sudo dpkg -i rapidjson.deb
- name: Install toolchain
run: |
sudo dpkg -i rapidjson.deb
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
Expand Down

0 comments on commit 96134a2

Please sign in to comment.