Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfer committed Aug 7, 2024
1 parent 35083a0 commit d5cdd7e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cmake
name: Continuous Integration

on:
push:
Expand All @@ -21,11 +21,6 @@ jobs:
color: true # Force color output (SPACK_COLOR=always)
path: ${{github.workspace}}/spack # Where to clone Spack

- name: Install TFEL dependencies
run: |
sudo apt-get install cmake
sudo apt-get install octave default-jdk
- name: Install TFEL
shell: spack-sh {0}
run: |
Expand Down

0 comments on commit d5cdd7e

Please sign in to comment.