Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarusz committed Aug 23, 2023
1 parent e6fd80c commit f89d322
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pamc-idealized-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
compiler:
- gcc
include:
- model: layermodel
hamiltonian: swe
Expand All @@ -32,6 +30,6 @@ jobs:

- name: Configure and build
run: |
source ../../machines/ci/ubuntu-${{matrix.compiler}}.env &&
source ../../machines/ci/ubuntu-gcc.env &&
./cmakescript_pamc.sh ${{matrix.model}} ${{matrix.hamiltonian}} ${{matrix.thermo}} &&
cmake --build .

0 comments on commit f89d322

Please sign in to comment.