Skip to content

Commit 21fc467

Browse files
authored
removed superflours files (emscripten-forge#2289)
1 parent dbaed72 commit 21fc467

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/build_recipes.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ jobs:
3636
sudo rm -rf "/usr/local/share/boost"
3737
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
3838
39-
# - name: Delete fortran
40-
# run: sudo apt-get remove gfortran -y
41-
4239
- name: apt-install playwright dependencies
4340
run: |
4441
sudo apt-get update -y && sudo apt-get install -y \
@@ -74,14 +71,6 @@ jobs:
7471
cache-environment: false
7572
post-cleanup: 'all'
7673

77-
################################################################
78-
# POST ENV INSTALL CONFIG
79-
################################################################
80-
- name: Post env install config
81-
shell: bash -el {0}
82-
run: |
83-
cp $GITHUB_WORKSPACE/.github/workflows/.condarc $HOME
84-
8574
################################################################
8675
# PUSH
8776
################################################################

0 commit comments

Comments
 (0)