Skip to content

Commit e365cb3

Browse files
authored
Merge pull request #1 from c410-f3r/patch-1
2 parents 8f9bf71 + a0335ed commit e365cb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/generate_plots.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- run: |
13+
sudo apt install -y libpng-dev
1314
sudo rm -rf "/usr/local/share/boost"
1415
sudo rm -rf /opt/ghc
1516
sudo rm -rf /usr/share/dotnet
1617
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
17-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v5
1819
- name: Setup R
1920
uses: r-lib/actions/setup-r@v2
2021
with:

0 commit comments

Comments
 (0)