File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 if : matrix.arch == 'x86'
7373 run : |
7474 sudo apt-get update
75- sudo apt-get install gcc-multilib g++-multilib
75+ sudo apt-get install gcc-multilib g++-multilib
7676
7777 - uses : actions/checkout@v4
7878 with :
@@ -119,15 +119,15 @@ jobs:
119119 - name : Build
120120 run : cmake --build ${{ github.workspace }}/build --config ${{ matrix.config }} --parallel
121121
122- - name : Upload artifacts
123- uses : actions/upload-artifact@v4
124- with :
125- name : etf-artifacts-macos-${{ matrix.arch }}
126- path : ${{ github.workspace }}/build/etf
122+ # - name: Upload artifacts
123+ # uses: actions/upload-artifact@v4
124+ # with:
125+ # name: etf-artifacts-macos-${{ matrix.arch }}
126+ # path: ${{ github.workspace }}/build/etf
127127
128128 package :
129129 if : github.ref == 'refs/heads/master' && github.event_name == 'push' || github.event_name == 'workflow_dispatch'
130- needs : [Windows-MSVC, Linux, macOS]
130+ needs : [Windows-MSVC, Linux] # , macOS]
131131 runs-on : ubuntu-22.04
132132 steps :
133133 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments