From 30658a2049dc4dd169df1335c3d887205cffdab6 Mon Sep 17 00:00:00 2001 From: Adi Vardi Date: Thu, 28 Nov 2024 08:28:58 +0000 Subject: [PATCH] Revert "[tmp] ignore F2C compile errors" This reverts commit 8164091dbb7292deeae9998a1ddf8a7f4ec8b10c. --- .github/workflows/test.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f5c223..e52fdb9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,14 +28,6 @@ jobs: import-token: ${{ secrets.GITHUB_TOKEN }} target-ros2-distro: ${{ matrix.ros_distro }} vcs-repo-file-url: "${{ github.workspace }}/.github/deps.repos" - colcon-defaults: | - { - "build": { - "cmake-args": [ - "-DCMAKE_CXX_FLAGS=-Wno-error=pessimizing-move -Wno-error=deprecated-declarations" - ] - } - } - uses: actions/upload-artifact@v4 with: name: colcon-logs