Skip to content

Commit 74b2e5c

Browse files
authored
Update gcc and gxx dependencies in environment.yml to fix GitHub Actions
Removed specific version numbers for gcc and gxx.
1 parent 92979a4 commit 74b2e5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ channels:
33
- conda-forge
44
dependencies:
55
# toolchain
6-
- gcc_linux-64=11.2.0
7-
- gxx_linux-64=11.2.0
6+
- gcc_linux-64
7+
- gxx_linux-64
88
- kernel-headers_linux-64=3.10.0
99
- sysroot_linux-64=2.17
1010
# build tools

0 commit comments

Comments
 (0)